Skip to content

Commit

Permalink
docs: adding requirements for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hnewey7 committed Apr 6, 2024
1 parent 96d15bc commit 46f0441
Show file tree
Hide file tree
Showing 4 changed files with 1,671 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
#python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"myst_nb",
"autoapi.extension",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinxcontrib.imageembed"
"sphinx.ext.viewcode"
]
autoapi_dirs = ["../src/ig_package"]
autoapi_ignore = ["*IG_API_Details*"]
Expand Down
Loading

0 comments on commit 46f0441

Please sign in to comment.