Skip to content

Commit be707e9

Browse files
committed
Switch to furo theme and fix link.
1 parent 79fea5d commit be707e9

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default_context:
3737
sphinx_docs: 'yes'
3838
sphinx_docs_hosting: https://python-tblib.readthedocs.io/
3939
sphinx_doctest: 'no'
40-
sphinx_theme: sphinx-py3doc-enhanced-theme
40+
sphinx_theme: furo
4141
test_matrix_separate_coverage: 'no'
4242
tests_inside_package: 'no'
4343
version: 3.0.0

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Changelog
5151

5252
* Add support for PyPy3.5-5.7.1-beta. Previously ``AttributeError:
5353
'Frame' object has no attribute 'clear'`` could be raised. See PyPy
54-
issue `#2532 <https://foss.heptapod.net/pypy/pypy/-/issues/2532>`_.
54+
issue `#2532 <https://github.com/pypy/pypy/issues/2532>`_.
5555

5656
1.3.1 (2017-03-27)
5757
~~~~~~~~~~~~~~~~~~

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'pr': ('https://github.com/ionelmc/python-tblib/pull/%s', 'PR #%s'),
2525
}
2626

27-
html_theme = 'sphinx_py3doc_enhanced_theme'
27+
html_theme = 'furo'
2828
html_theme_options = {
2929
'githuburl': 'https://github.com/ionelmc/python-tblib/',
3030
}

docs/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
sphinx>=1.3
2-
sphinx-py3doc-enhanced-theme
3-
sphinx-autoapi
2+
furo

0 commit comments

Comments
 (0)