Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Fix documentation #482

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc-requirements.in
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"sphinxcontrib.youtube",
"sphinx_reredirects",
"sphinx_panels",
"sphinx_design",
]

# build the templated autosummary files
Expand Down
Loading