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

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
`sphinx_design` extenison is not installed and registered under extensions. So, documentation pages does not render as expected.

Signed-off-by: Ali Cirik <[email protected]>
  • Loading branch information
aliavni committed Apr 30, 2024
1 parent 76fd291 commit 1fe5556
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
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
11 changes: 4 additions & 7 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 Expand Up @@ -107,5 +106,3 @@ unidecode==1.3.8
# via python-slugify
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
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

0 comments on commit 1fe5556

Please sign in to comment.