Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Install documentation dependencies
run: |
python -m pip install sphinx sphinx_rtd_theme
python -m pip install sphinx

- name: Build documentation
run: |
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import re
import sys

import sphinx_rtd_theme

from sphinx.ext import autodoc

sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir))
Expand Down Expand Up @@ -46,7 +44,7 @@

pygments_style = 'sphinx'

html_theme = 'sphinx_rtd_theme'
html_theme = 'alabaster'

htmlhelp_basename = 'Graphite-Renderdoc'

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ deps =
changedir = docs
deps =
Sphinx
sphinx_rtd_theme
structlog
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html