Skip to content

Commit

Permalink
docs: tune
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Dec 2, 2021
1 parent b981815 commit db2edd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,12 @@
latex_use_parts = True
man_pages = [("index", "Pylama", "Pylama Documentation", ["Kirill Klenov"], 1)]
pygments_style = "tango"
html_theme = "default"
html_theme_options = {}

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = "sphinx_rtd_theme"

# 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
# documentation.
html_theme_options = {"github_url": "https://github.com/klen/pylama"}
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx-rtd-theme
sphinx-copybutton
git+https://github.com/klen/pylama

0 comments on commit db2edd7

Please sign in to comment.