Skip to content

Commit 54fe2ca

Browse files
holgerd77holgerd77
holgerd77
authored and
holgerd77
committed
Test of workflow commit
1 parent 28940e9 commit 54fe2ca

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
PAPER =
8-
BUILDDIR = _build
8+
BUILDDIR = ../kvdocs
99

1010
# Internal variables.
1111
PAPEROPT_a4 = -D latex_paper_size=a4

index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Koalitionsvertrag 2013 - Enhanced Edition (unofficial)
88

99
Inhaltsverzeichnis:
1010

11+
Test
12+
1113
.. toctree::
1214
:maxdepth: 2
1315

make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ REM Command file for Sphinx documentation
55
if "%SPHINXBUILD%" == "" (
66
set SPHINXBUILD=sphinx-build
77
)
8-
set BUILDDIR=_build
8+
set BUILDDIR=../kvdocs
99
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
1010
set I18NSPHINXOPTS=%SPHINXOPTS% .
1111
if NOT "%PAPER%" == "" (

0 commit comments

Comments
 (0)