
- Applied the MediaGoblin docs theme to the API docs - Added api-docs/build to .gitignore - Configured api-docs/source/conf.py - Added /api-docs/source/mediagoblin* to .gitignore - Added apidoc directive to api docs Makefile, will build the API docs based on the source
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
[theme]
|
|
inherit = basic
|
|
stylesheet = mg.css
|
|
pygments_style = sphinx
|
|
|