File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ install:
2323 - git submodule update --init --recursive
2424 - git fetch --tags
2525 - pip install -r test-requirements.txt
26- - pip install codecov sphinx
26+ - pip install -r doc/requirements.txt
27+ - pip install codecov
2728
2829 # generate some reflog as git-python tests need it (in master)
2930 - ./init-tests-after-clone.sh
Original file line number Diff line number Diff line change 1+ sphinx < 2.0
2+ sphinx_rtd_theme
Original file line number Diff line number Diff line change 3030extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.doctest' ]
3131
3232# Add any paths that contain templates here, relative to this directory.
33- templates_path = ['.templates' ]
33+ templates_path = []
3434
3535# The suffix of source filenames.
3636source_suffix = '.rst'
9494# Options for HTML output
9595# -----------------------
9696
97+ html_theme = 'sphinx_rtd_theme'
9798html_theme_options = {
9899}
99100
100- # The style sheet to use for HTML and HTML Help pages. A file of that name
101- # must exist either in Sphinx' static/ path, or in one of the custom paths
102- # given in html_static_path.
103- html_style = 'default.css'
104-
105101# The name for this set of Sphinx documents. If None, it defaults to
106102# "<project> v<release> documentation".
107103#html_title = None
121117# Add any paths that contain custom static files (such as style sheets) here,
122118# relative to this directory. They are copied after the builtin static files,
123119# so a file named "default.css" will overwrite the builtin "default.css".
124- html_static_path = ['.static' ]
120+ html_static_path = []
125121
126122# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
127123# using the given strftime format.
You can’t perform that action at this time.
0 commit comments