From 03cd2ce07ca481f47607410a92f95f7c7f5a9009 Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Fri, 28 May 2021 22:44:58 +0200 Subject: [PATCH] switch to furo theme Signed-off-by: oleg.hoefling --- .gitignore | 2 +- .readthedocs.yml => .readthedocs.yaml | 2 +- doc/source/conf.py | 3 +-- doc/source/requirements.txt | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (91%) diff --git a/.gitignore b/.gitignore index 1ef359b3..669df482 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ !.travis* !.appveyor* !.git* -!.readthedocs.yml +!.readthedocs.yaml # Python /dist diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 91% rename from .readthedocs.yml rename to .readthedocs.yaml index 4d8647be..49129b19 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ sphinx: configuration: doc/source/conf.py python: - version: 3.7 + version: 3.9 install: - method: pip path: . diff --git a/doc/source/conf.py b/doc/source/conf.py index bb75403b..8e39a5b6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -4,7 +4,6 @@ import urllib.request import lxml - from docutils.nodes import reference from packaging.version import parse from sphinx.errors import ExtensionError @@ -35,7 +34,7 @@ pygments_style = 'sphinx' todo_include_todos = False -html_theme = 'nature' +html_theme = 'furo' html_static_path = [] htmlhelp_basename = 'python-xmlsecdoc' diff --git a/doc/source/requirements.txt b/doc/source/requirements.txt index 09ff0002..6b78694a 100644 --- a/doc/source/requirements.txt +++ b/doc/source/requirements.txt @@ -2,3 +2,4 @@ lxml>=3.8 importlib_metadata;python_version < '3.8' packaging Sphinx>=3 +furo>=2021.4.11b34