Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIversen committed Oct 16, 2024
2 parents 40bd44a + 8423f82 commit b96aeb5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from jinja2.defaults import DEFAULT_FILTERS

sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../"))


# -- General configuration ---------------------------------------------
Expand Down Expand Up @@ -165,6 +165,9 @@
autodoc_typehints = "description"


autodoc_mock_imports = ["numpy", "sklearn", "pandas", "networkx", "yaml", "pytorch_lightning", "torch", "scipy"]


# -- Options for Texinfo output ----------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
Expand Down
5 changes: 4 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
-r ../requirements.txt
sphinx-autobuild==2024.10.3 ; python_version >= "3.9" and python_version < "3.12"
sphinx-autodoc-typehints==1.25.3 ; python_version >= "3.9" and python_version < "3.12"
sphinx-click==6.0.0 ; python_version >= "3.9" and python_version < "3.12"
sphinx-rtd-theme==3.0.1 ; python_version >= "3.9" and python_version < "3.12"
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pytest==8.3.3 ; python_version >= "3.9" and python_version < "3.12"
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "3.12"
pytorch-lightning==2.4.0 ; python_version >= "3.9" and python_version < "3.12"
pytz==2024.2 ; python_version >= "3.9" and python_version < "3.12"
pyupgrade==3.18.0 ; python_version >= "3.9" and python_version < "3.12"
pyyaml==6.0.2 ; python_version >= "3.9" and python_version < "3.12"
requests==2.32.3 ; python_version >= "3.9" and python_version < "3.12"
restructuredtext-lint==1.4.0 ; python_version >= "3.9" and python_version < "3.12"
Expand Down Expand Up @@ -122,6 +123,7 @@ stevedore==5.3.0 ; python_version >= "3.9" and python_version < "3.12"
sympy==1.13.3 ; python_version >= "3.9" and python_version < "3.12"
tabulate==0.9.0 ; python_version >= "3.9" and python_version < "3.12"
threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.12"
tokenize-rt==6.0.0 ; python_version >= "3.9" and python_version < "3.12"
tomli==2.0.2 ; python_version >= "3.9" and python_version < "3.11"
tomlkit==0.13.2 ; python_version >= "3.9" and python_version < "3.12"
torch==2.4.1 ; python_version >= "3.9" and python_version < "3.12"
Expand Down

0 comments on commit b96aeb5

Please sign in to comment.