Skip to content

Commit

Permalink
[docs] Switched to openwisp-sphinx-theme #257
Browse files Browse the repository at this point in the history
Closes #257
  • Loading branch information
Aryamanz29 committed Mar 6, 2023
1 parent fe52996 commit 859b0eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file added docs/source/assets/design/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/assets/design/netjson-logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'openwisp.sphinx.theme',
]

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

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

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nose2[coverage_plugin]>=0.6.5
coveralls
sphinx
sphinx_rtd_theme
openwisp-sphinx-theme~=1.0.0
# commit message style check
openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master

0 comments on commit 859b0eb

Please sign in to comment.