Skip to content

Commit ecef9ad

Browse files
authored
Merge pull request #176 from hoefling/furo
Switch to furo theme
2 parents 64ee3ab + 03cd2ce commit ecef9ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
!.travis*
55
!.appveyor*
66
!.git*
7-
!.readthedocs.yml
7+
!.readthedocs.yaml
88

99
# Python
1010
/dist

.readthedocs.yml renamed to .readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sphinx:
44
configuration: doc/source/conf.py
55

66
python:
7-
version: 3.7
7+
version: 3.9
88
install:
99
- method: pip
1010
path: .

doc/source/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import urllib.request
55

66
import lxml
7-
87
from docutils.nodes import reference
98
from packaging.version import parse
109
from sphinx.errors import ExtensionError
@@ -35,7 +34,7 @@
3534
pygments_style = 'sphinx'
3635
todo_include_todos = False
3736

38-
html_theme = 'nature'
37+
html_theme = 'furo'
3938
html_static_path = []
4039
htmlhelp_basename = 'python-xmlsecdoc'
4140

doc/source/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ lxml>=3.8
22
importlib_metadata;python_version < '3.8'
33
packaging
44
Sphinx>=3
5+
furo>=2021.4.11b34

0 commit comments

Comments
 (0)