File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
! .travis *
5
5
! .appveyor *
6
6
! .git *
7
- ! .readthedocs.yml
7
+ ! .readthedocs.yaml
8
8
9
9
# Python
10
10
/dist
Original file line number Diff line number Diff line change 4
4
configuration : doc/source/conf.py
5
5
6
6
python :
7
- version : 3.7
7
+ version : 3.9
8
8
install :
9
9
- method : pip
10
10
path : .
Original file line number Diff line number Diff line change 4
4
import urllib .request
5
5
6
6
import lxml
7
-
8
7
from docutils .nodes import reference
9
8
from packaging .version import parse
10
9
from sphinx .errors import ExtensionError
35
34
pygments_style = 'sphinx'
36
35
todo_include_todos = False
37
36
38
- html_theme = 'nature '
37
+ html_theme = 'furo '
39
38
html_static_path = []
40
39
htmlhelp_basename = 'python-xmlsecdoc'
41
40
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ lxml>=3.8
2
2
importlib_metadata ;python_version < '3.8'
3
3
packaging
4
4
Sphinx >= 3
5
+ furo >= 2021.4.11b34
You can’t perform that action at this time.
0 commit comments