Skip to content

Commit cf62b57

Browse files
authored
Fix conf.py
1 parent f91de63 commit cf62b57

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,3 @@
3939
html_theme = 'bizstyle'
4040
html_static_path = ['_static']
4141
myst_heading_anchors = 7
42-
43-
# -- Copy the modules documentation ------------------------------------------
44-
# https://stackoverflow.com/questions/66495200/is-it-possible-to-include-external-rst-files-in-my-documentation
45-
from urllib.request import urlretrieve
46-
47-
urlretrieve(
48-
"https://raw.githubusercontent.com/kalmat/pywinbox/master/README.md",
49-
"index.md"
50-
)

0 commit comments

Comments
 (0)