Skip to content

Commit

Permalink
readthedocs integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalmat committed Apr 24, 2024
1 parent f79501b commit 18e1b66
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
# https://stackoverflow.com/questions/66495200/is-it-possible-to-include-external-rst-files-in-my-documentation
from urllib.request import urlretrieve

# urlretrieve(
# "https://raw.githubusercontent.com/kalmat/pymonctl/master/README.md",
# "index.md"
# )
# urlretrieve(
# "https://raw.githubusercontent.com/kalmat/pymonctl/master/docstrings.md",
# "docstrings.md"
# )
urlretrieve(
"https://raw.githubusercontent.com/kalmat/pymonctl/master/README.md",
"index.md"
)
urlretrieve(
"https://raw.githubusercontent.com/kalmat/pymonctl/master/docstrings.md",
"docstrings.md"
)

0 comments on commit 18e1b66

Please sign in to comment.