Skip to content

Commit 5eee9ba

Browse files
authored
Merge pull request #96 from launchdarkly/eb/ch17280/rtd-theme
use RTD theme
2 parents 5df3b55 + 9316b0d commit 5eee9ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ help:
1313
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1414

1515
install:
16-
pip install sphinx
16+
pip install -r requirements.txt
1717

1818
html: install
1919
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# The theme to use for HTML and HTML Help pages. See the documentation for
8484
# a list of builtin themes.
8585
#
86-
html_theme = 'alabaster'
86+
html_theme = 'sphinx_rtd_theme'
8787

8888
# Theme options are theme-specific and customize the look and feel of a theme
8989
# further. For a list of options available for each theme, see the

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx<2.0
2+
sphinx_rtd_theme
23

34
backoff>=1.4.3
45
certifi>=2018.4.16

0 commit comments

Comments
 (0)