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:
1818 - bash
1919 - -c
2020 - |
21- # make html
22- # chmod -R o=rwx /main/_build/html
2321 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
2526 # sphinx-apidoc -o ./source ../datajoint-python/datajoint
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4343# The theme to use for HTML and HTML Help pages. See the documentation for
4444# a list of builtin themes.
4545#
46- html_theme = 'classic '
46+ html_theme = 'sphinx_rtd_theme '
4747
4848# Add any paths that contain custom static files (such as style sheets) here,
4949# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to DataJoint API Docs 's documentation !
7- ==============================================
6+ Welcome to DataJoint's API Documentation !
7+ =========================================
88
99.. toctree ::
1010 :maxdepth: 2
You can’t perform that action at this time.
0 commit comments