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

Commit 0a0cbce

Browse files
authored
Fix documentation (#482)
1 parent 67cae23 commit 0a0cbce

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

doc-requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ sphinx_fontawesome
88
sphinxcontrib-youtube
99
sphinx-panels
1010
sphinx-reredirects
11+
sphinx_design

doc-requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile doc-requirements.in
@@ -29,8 +29,6 @@ idna==3.6
2929
# via requests
3030
imagesize==1.4.1
3131
# via sphinx
32-
importlib-metadata==7.0.1
33-
# via sphinx
3432
jinja2==3.1.3
3533
# via sphinx
3634
lxml==5.1.0
@@ -46,8 +44,6 @@ pygments==2.17.2
4644
# sphinx-prompt
4745
python-slugify[unidecode]==8.0.1
4846
# via sphinx-material
49-
pytz==2023.3.post1
50-
# via babel
5147
requests==2.31.0
5248
# via
5349
# sphinx
@@ -65,6 +61,7 @@ sphinx==4.5.0
6561
# sphinx-basic-ng
6662
# sphinx-code-include
6763
# sphinx-copybutton
64+
# sphinx-design
6865
# sphinx-fontawesome
6966
# sphinx-material
7067
# sphinx-panels
@@ -77,6 +74,8 @@ sphinx-code-include==1.1.1
7774
# via -r doc-requirements.in
7875
sphinx-copybutton==0.5.2
7976
# via -r doc-requirements.in
77+
sphinx-design==0.4.1
78+
# via -r doc-requirements.in
8079
sphinx-fontawesome==0.0.6
8180
# via -r doc-requirements.in
8281
sphinx-material==0.0.36

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"sphinxcontrib.youtube",
4747
"sphinx_reredirects",
4848
"sphinx_panels",
49+
"sphinx_design",
4950
]
5051

5152
# build the templated autosummary files

0 commit comments

Comments
 (0)