File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44! .travis *
55! .appveyor *
66! .git *
7- ! .readthedocs.yml
7+ ! .readthedocs.yaml
88
99# Python
1010/dist
Original file line number Diff line number Diff line change 44 configuration : doc/source/conf.py
55
66python :
7- version : 3.7
7+ version : 3.9
88 install :
99 - method : pip
1010 path : .
Original file line number Diff line number Diff line change 44import urllib .request
55
66import lxml
7-
87from docutils .nodes import reference
98from packaging .version import parse
109from sphinx .errors import ExtensionError
3534pygments_style = 'sphinx'
3635todo_include_todos = False
3736
38- html_theme = 'nature '
37+ html_theme = 'furo '
3938html_static_path = []
4039htmlhelp_basename = 'python-xmlsecdoc'
4140
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ lxml>=3.8
22importlib_metadata ;python_version < '3.8'
33packaging
44Sphinx >= 3
5+ furo >= 2021.4.11b34
You can’t perform that action at this time.
0 commit comments