replaced readthedocs to seperated src and build directories

This commit is contained in:
Eljakim Herrewijnen 2022-11-19 21:10:17 +01:00
parent f5f580240d
commit c7f3c0172f
4 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:

View File

@ -7,8 +7,8 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SOURCEDIR=source
set BUILDDIR=build
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (

View File

@ -16,7 +16,7 @@ author = 'Ithamar'
extensions = []
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = []

View File

@ -1,5 +1,5 @@
.. Ithamar's AD documentation master file, created by
sphinx-quickstart on Sat Nov 19 20:17:07 2022.
sphinx-quickstart on Sat Nov 19 21:09:44 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.