Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit be707e9

Browse filesBrowse files
committed
Switch to furo theme and fix link.
1 parent 79fea5d commit be707e9
Copy full SHA for be707e9

File tree

Expand file treeCollapse file tree

4 files changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-5
lines changed

‎.cookiecutterrc

Copy file name to clipboardExpand all lines: .cookiecutterrc
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboard
+1-2Lines changed: 1 addition & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.