File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ services:
18
18
- bash
19
19
- -c
20
20
- |
21
- # make html
22
- # chmod -R o=rwx /main/_build/html
23
21
pip install /main/datajoint-python
24
- tail -f /dev/null
22
+ make html
23
+ chmod -R o=rwx /main/_build/html
24
+ # tail -f /dev/null
25
+ # sphinx-quickstart
25
26
# sphinx-apidoc -o ./source ../datajoint-python/datajoint
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
# The theme to use for HTML and HTML Help pages. See the documentation for
44
44
# a list of builtin themes.
45
45
#
46
- html_theme = 'classic '
46
+ html_theme = 'sphinx_rtd_theme '
47
47
48
48
# Add any paths that contain custom static files (such as style sheets) here,
49
49
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
5
5
6
- Welcome to DataJoint API Docs 's documentation !
7
- ==============================================
6
+ Welcome to DataJoint's API Documentation !
7
+ =========================================
8
8
9
9
.. toctree ::
10
10
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments