Skip to content

Commit 859b0eb

Browse files
authored
[docs] Switched to openwisp-sphinx-theme #257
Closes #257
1 parent fe52996 commit 859b0eb

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

1.61 KB
Loading
5.19 KB
Loading

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
extensions = [
3636
'sphinx.ext.autodoc',
3737
'sphinx.ext.viewcode',
38+
'openwisp.sphinx.theme',
3839
]
3940

4041
# Add any paths that contain templates here, relative to this directory.
@@ -114,7 +115,9 @@
114115

115116
# The theme to use for HTML and HTML Help pages. See the documentation for
116117
# a list of builtin themes.
117-
html_theme = 'sphinx_rtd_theme'
118+
html_theme = 'openwisp-sphinx-theme'
119+
html_favicon = 'assets/design/favicon.png'
120+
html_logo = 'assets/design/netjson-logo-dark.png'
118121

119122
# Theme options are theme-specific and customize the look and feel of a theme
120123
# further. For a list of options available for each theme, see the

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nose2[coverage_plugin]>=0.6.5
22
coveralls
33
sphinx
4-
sphinx_rtd_theme
4+
openwisp-sphinx-theme~=1.0.0
55
# commit message style check
66
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master

0 commit comments

Comments
 (0)