Skip to content

Commit

Permalink
doc: use modern theme for html
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Nov 28, 2024
1 parent e593e43 commit 17412a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion next/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'sphinx_book_theme'
html_static_path = ['_static']

# -- Options for LaTeX output ------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions next/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
accessible-pygments==0.0.5
alabaster==1.0.0
babel==2.16.0
beautifulsoup4==4.12.3
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
Expand All @@ -13,17 +15,21 @@ mdit-py-plugins==0.4.2
mdurl==0.1.2
myst-parser==4.0.0
packaging==24.2
pydata-sphinx-theme==0.16.0
Pygments==2.18.0
PyYAML==6.0.2
requests==2.32.3
setuptools==75.5.0
snowballstemmer==2.2.0
soupsieve==2.6
Sphinx==8.1.3
sphinx-book-theme==1.1.3
sphinx-intl==2.3.0
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
typing_extensions==4.12.2
urllib3==2.2.3

0 comments on commit 17412a7

Please sign in to comment.