mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Press docs theme.
This commit is contained in:
parent
e39662ab32
commit
bd3186cced
5 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
3.5 (master)
|
||||||
|
------------
|
||||||
|
|
||||||
|
- Mobile view improvements.
|
||||||
|
|
||||||
3.4 (2019-12-08)
|
3.4 (2019-12-08)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
1
docs/_static/logo.svg
vendored
1
docs/_static/logo.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 19 KiB |
|
@ -79,10 +79,10 @@ pygments_style = 'sphinx'
|
||||||
#
|
#
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import sphinx_rtd_theme
|
# import sphinx_rtd_theme
|
||||||
html_theme = "sphinx_rtd_theme"
|
# html_theme = "sphinx_rtd_theme"
|
||||||
html_theme_path = ["_themes", ]
|
# html_theme_path = ["_themes", ]
|
||||||
|
html_theme = "press"
|
||||||
except ImportError:
|
except ImportError:
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
|
sphinx_press_theme
|
||||||
|
|
|
@ -55,10 +55,10 @@ dev =
|
||||||
ipdb
|
ipdb
|
||||||
isort
|
isort
|
||||||
black
|
black
|
||||||
django-sslserver
|
|
||||||
sphinx
|
sphinx
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
|
sphinx_press_theme
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
|
|
Loading…
Reference in a new issue