Skip to content

Commit

Permalink
Fix documentation (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliavni committed May 1, 2024
1 parent 67cae23 commit 0a0cbce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc-requirements.in
Expand Up @@ -8,3 +8,4 @@ sphinx_fontawesome
sphinxcontrib-youtube
sphinx-panels
sphinx-reredirects
sphinx_design
9 changes: 4 additions & 5 deletions doc-requirements.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile doc-requirements.in
Expand Down Expand Up @@ -29,8 +29,6 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.3
# via sphinx
lxml==5.1.0
Expand All @@ -46,8 +44,6 @@ pygments==2.17.2
# sphinx-prompt
python-slugify[unidecode]==8.0.1
# via sphinx-material
pytz==2023.3.post1
# via babel
requests==2.31.0
# via
# sphinx
Expand All @@ -65,6 +61,7 @@ sphinx==4.5.0
# sphinx-basic-ng
# sphinx-code-include
# sphinx-copybutton
# sphinx-design
# sphinx-fontawesome
# sphinx-material
# sphinx-panels
Expand All @@ -77,6 +74,8 @@ sphinx-code-include==1.1.1
# via -r doc-requirements.in
sphinx-copybutton==0.5.2
# via -r doc-requirements.in
sphinx-design==0.4.1
# via -r doc-requirements.in
sphinx-fontawesome==0.0.6
# via -r doc-requirements.in
sphinx-material==0.0.36
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Expand Up @@ -46,6 +46,7 @@
"sphinxcontrib.youtube",
"sphinx_reredirects",
"sphinx_panels",
"sphinx_design",
]

# build the templated autosummary files
Expand Down

0 comments on commit 0a0cbce

Please sign in to comment.