Skip to content

Commit

Permalink
change theme to furo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 7, 2025
1 parent c0d3438 commit d338f53
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = "2.0"
version = "2.15.0"
# The full version, including alpha/beta/rc tags.
release = "2.0"
release = "2.15.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand All @@ -101,7 +101,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_book_theme"
html_theme = "furo"
html_logo = "./images/LogoGeonature.jpg"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx
sphinx-book-theme
furo
myst-parser
sphinx-autoapi
sphinx-copybutton
28 changes: 10 additions & 18 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,24 @@
#
# pip-compile requirements.in
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
astroid==3.3.5
# via sphinx-autoapi
babel==2.16.0
# via
# pydata-sphinx-theme
# sphinx
# via sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
# via furo
certifi==2024.8.30
# via requests
charset-normalizer==3.4.0
# via requests
docutils==0.21.2
# via
# myst-parser
# pydata-sphinx-theme
# sphinx
furo==2024.8.6
# via -r requirements.in
idna==3.10
# via requests
imagesize==1.4.1
Expand All @@ -50,12 +47,9 @@ myst-parser==3.0.1
# via -r requirements.in
packaging==24.1
# via sphinx
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
# accessible-pygments
# pydata-sphinx-theme
# furo
# sphinx
pyyaml==6.0.2
# via
Expand All @@ -70,15 +64,15 @@ soupsieve==2.6
sphinx==7.4.7
# via
# -r requirements.in
# furo
# myst-parser
# pydata-sphinx-theme
# sphinx-autoapi
# sphinx-book-theme
# sphinx-basic-ng
# sphinx-copybutton
sphinx-autoapi==3.3.3
# via -r requirements.in
sphinx-book-theme==1.1.3
# via -r requirements.in
sphinx-basic-ng==1.0.0b2
# via furo
sphinx-copybutton==0.5.2
# via -r requirements.in
sphinxcontrib-applehelp==2.0.0
Expand All @@ -98,9 +92,7 @@ stdlib-list==0.11.0
tomli==2.0.2
# via sphinx
typing-extensions==4.12.2
# via
# astroid
# pydata-sphinx-theme
# via astroid
urllib3==2.2.3
# via requests
zipp==3.20.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"doc": [
"sphinx",
"sphinx-book-theme",
"furo",
"myst-parser",
"sphinx-autoapi",
"sphinx-copybutton",
Expand Down

0 comments on commit d338f53

Please sign in to comment.