Skip to content

Commit 442f3e0

Browse files
committed
Corrections
1 parent 17f5fe4 commit 442f3e0

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

docs-api/docker-compose.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs-api/readme.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs-api/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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,

docs-api/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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

0 commit comments

Comments
 (0)