mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-21 21:30:47 +02:00
Build config with Sphinx - just "make html"
Because who wants building pages to be complicated? The config is actually pretty extensively tweaked for non-code projects at this point.
This commit is contained in:
parent
865e666d7f
commit
8ceb461b67
6 changed files with 836 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
|||
# Project-specific files and locations
|
||||
|
||||
_build/*
|
||||
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
@ -50,8 +55,5 @@ coverage.xml
|
|||
# Django stuff:
|
||||
*.log
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue