Press docs theme.

This commit is contained in:
Martin Mahner 2019-12-09 09:13:48 +01:00
parent e39662ab32
commit bd3186cced
5 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,11 @@
Changelog
=========
3.5 (master)
------------
- Mobile view improvements.
3.4 (2019-12-08)
----------------

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB

View file

@ -79,10 +79,10 @@ pygments_style = 'sphinx'
#
try:
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = ["_themes", ]
# import sphinx_rtd_theme
# html_theme = "sphinx_rtd_theme"
# html_theme_path = ["_themes", ]
html_theme = "press"
except ImportError:
html_theme = 'alabaster'

View file

@ -1 +1,2 @@
sphinxcontrib-httpdomain
sphinx_press_theme

View file

@ -55,10 +55,10 @@ dev =
ipdb
isort
black
django-sslserver
sphinx
sphinx-autobuild
sphinx-rtd-theme
sphinx_press_theme
sphinxcontrib-httpdomain
[options.packages.find]