Skip to content

Commit

Permalink
switch the HTML sphinx theme to furo (#149)
Browse files Browse the repository at this point in the history
* install furo instead of sphinx-rtd-theme

* use the new theme

* fix the template

* changelog [skip-ci]
  • Loading branch information
keewis authored Sep 13, 2022
1 parent 0c018af commit c184d8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- [ ] Closes #xxxx
- [ ] Tests added
- [ ] Passes `pre-commit run --all-files`
- [ ] User visible changes (including notable bug fixes) are documented in `changelog.rst`
- [ ] New features are documented in the docs
- [ ] Closes #xxxx
- [ ] Tests added
- [ ] Passes `pre-commit run --all-files`
- [ ] User visible changes (including notable bug fixes) are documented in `changelog.rst`
- [ ] New features are documented in the docs

<!--
By default, the upstream-dev CI is only run when triggered by the github website (`workflow_dispatch`)
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=5
sphinx_rtd_theme>=1.0
furo
ipython
more-itertools
1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog
v0.4.0 (*unreleased*)
---------------------
- replace docstrings by modifying by token (:pull:`144`)
- switch the html theme to `furo <https://pradyunsg.me/furo>`_ (:pull:`149`)

v0.3.6 (25 August 2022)
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme = "furo"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit c184d8e

Please sign in to comment.