2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Initialize sphinx documentation

- Change theme to sphinx_rtd_theme
- Ignore build files for docs
This commit is contained in:
Oliver Walters
2019-04-27 16:09:52 +10:00
parent 66cf8239fc
commit e3440cbb90
6 changed files with 145 additions and 1 deletions

3
.gitignore vendored
View File

@ -27,6 +27,9 @@ var/
local_settings.py
*.sqlite3
# Sphinx files
docs/_build
# Local media storage (only when running in development mode)
InvenTree/media