We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91de63 commit cf62b57Copy full SHA for cf62b57
1 file changed
docs/source/conf.py
@@ -39,12 +39,3 @@
39
html_theme = 'bizstyle'
40
html_static_path = ['_static']
41
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