mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +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
|
||||
=========
|
||||
|
||||
3.5 (master)
|
||||
------------
|
||||
|
||||
- Mobile view improvements.
|
||||
|
||||
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:
|
||||
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'
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
sphinxcontrib-httpdomain
|
||||
sphinx_press_theme
|
||||
|
|
|
@ -55,10 +55,10 @@ dev =
|
|||
ipdb
|
||||
isort
|
||||
black
|
||||
django-sslserver
|
||||
sphinx
|
||||
sphinx-autobuild
|
||||
sphinx-rtd-theme
|
||||
sphinx_press_theme
|
||||
sphinxcontrib-httpdomain
|
||||
|
||||
[options.packages.find]
|
||||
|
|
Loading…
Reference in a new issue