File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
@$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
14
14
15
15
install :
16
- pip install sphinx
16
+ pip install -r requirements.txt
17
17
18
18
html : install
19
19
@$(SPHINXBUILD ) -M html " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change 83
83
# The theme to use for HTML and HTML Help pages. See the documentation for
84
84
# a list of builtin themes.
85
85
#
86
- html_theme = 'alabaster '
86
+ html_theme = 'sphinx_rtd_theme '
87
87
88
88
# Theme options are theme-specific and customize the look and feel of a theme
89
89
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1
1
sphinx < 2.0
2
+ sphinx_rtd_theme
2
3
3
4
backoff >= 1.4.3
4
5
certifi >= 2018.4.16
You can’t perform that action at this time.
0 commit comments