Skip to content

Commit

Permalink
Switched the docs to the amazing furo theme (#178)
Browse files Browse the repository at this point in the history
* Switched the docs to the amazing `furo` theme

* added furo to doc requirements
  • Loading branch information
Helveg committed Dec 1, 2020
1 parent a48b28d commit df9ecdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.2.1
sphinx_rtd_theme==0.4.3
furo
colour==0.1.5
errr==1.0.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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"

html_context = {
"maintainer": "Robin De Schepper",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Source Code": "https://github.com/dbbs-lab/bsb/",
},
extras_require={
"dev": ["sphinx", "sphinx_rtd_theme>=0.4.3", "pre-commit", "black==20.8b1"],
"dev": ["sphinx", "furo", "pre-commit", "black==20.8b1"],
"NEURON": ["dbbs_models>=1.3.2", "nrn-patch>=3.0.0b0"],
"MPI": ["mpi4py"],
},
Expand Down

0 comments on commit df9ecdf

Please sign in to comment.