Skip to content

Commit

Permalink
docs: use furo theme
Browse files Browse the repository at this point in the history
It looks much nicer than built-in theme.
  • Loading branch information
nijel committed Mar 5, 2024
1 parent 7e8fce1 commit 01a83ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ build:
python: '3.11'
apt_packages:
- libtidy5deb1

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "default"
html_theme = "furo"


# Output file base name for HTML help builder.
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
furo==2024.1.29
Sphinx==7.2.6

0 comments on commit 01a83ef

Please sign in to comment.