diff options
| author | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-28 17:49:01 +0000 |
|---|---|---|
| committer | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-28 17:49:01 +0000 |
| commit | 7ccf254a9ac713783d2aad376cdc0990cc50bc70 (patch) | |
| tree | 833ba65212ed631f64205dcb517d0d929f0bbe4f /docs | |
| parent | 2878bad0df158243d1e6601110ec12868e201d81 (diff) | |
| download | python-setuptools-git-7ccf254a9ac713783d2aad376cdc0990cc50bc70.tar.gz | |
Change documentation theme to Furo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 6 | ||||
| -rw-r--r-- | docs/requirements.txt | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8cb959df..131c7bf3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,7 +105,5 @@ nitpicky = True # #diff-85987f48f1258d9ee486e3191495582dR82 default_role = 'any' -# Custom sidebar templates, maps document names to template names. -html_theme = 'alabaster' -templates_path = ['_templates'] -html_sidebars = {'index': ['tidelift-sidebar.html']} +# HTML theme +html_theme = 'furo' diff --git a/docs/requirements.txt b/docs/requirements.txt index 104d68fa..db8486e5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,6 @@ # keep these in sync with setup.cfg sphinx +furo jaraco.packaging>=6.1 rst.linker>=1.9 pygments-github-lexers==0.0.5 |
