Skip to content

Commit

Permalink
test press theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael committed Nov 10, 2021
1 parent 4cf0308 commit 93eb19d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
11 changes: 8 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme'
'sphinx-press-theme',
'sphinx_rtd_theme',
'recommonmark'
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -49,9 +51,12 @@
# a list of builtin themes.
#
# html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
# html_theme = 'sphinx_rtd_theme'
html_theme = 'press'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']

source_suffix = ['.rst', '.md']
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

4 changes: 4 additions & 0 deletions docs/source/readme_link.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Readme File
===========

.. mdinclude:: ../../README.md
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ pytest>=5.4.3
flake8>=3.8.3
check-manifest>=0.42
Sphinx==4.2.0
sphinx-rtd-theme>=1.0.0
sphinx-rtd-theme>=1.0.0
sphinx-press-theme>=0.8.0
recommonmark>=0.7.1

0 comments on commit 93eb19d

Please sign in to comment.