Skip to content

Commit

Permalink
sphinx book theme added
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed May 26, 2024
1 parent 9fa8f61 commit 2dec770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ sphinxcontrib-tikz==0.4.19



# A Language Server for Sphinx projects
# Language Server for Sphinx projects
# PYPI: https://pypi.org/project/esbonio/
# Docs: https://docs.esbon.io/

esbonio==0.16.4


2 changes: 1 addition & 1 deletion rit/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
# -- 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']

0 comments on commit 2dec770

Please sign in to comment.