File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 99 tools :
1010 python : " 3.7"
1111
12+ python :
13+ install :
14+ - requirements : requirements.txt
15+ - method : setuptools
16+ path : .
17+
1218sphinx :
1319 configuration : docs/conf.py
Original file line number Diff line number Diff line change 3838extensions = [
3939 'sphinx.ext.autodoc' ,
4040 'sphinx.ext.mathjax' ,
41+ 'sphinx_rtd_theme' ,
4142]
4243
4344# Add any paths that contain templates here, relative to this directory.
108109
109110# The theme to use for HTML and HTML Help pages. See the documentation for
110111# a list of builtin themes.
111- html_theme = 'default '
112+ html_theme = 'sphinx_rtd_theme '
112113
113114# Theme options are theme-specific and customize the look and feel of a theme
114115# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Dropbox for Python Documentation
77 tutorial
88
99.. toctree ::
10- :maxdepth: 2
10+ :maxdepth: 1
1111
1212 api/async
1313 api/auth
Original file line number Diff line number Diff line change 88pytest
99pytest-runner == 5.2.0
1010sphinx
11+ sphinx_rtd_theme
1112twine
1213wheel
You can’t perform that action at this time.
0 commit comments