Skip to content

Commit b7014d0

Browse files
committed
theme for docs root
1 parent 5fca2f7 commit b7014d0

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/build-the-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
wget -O /tmp/plantuml-mit-1.2023.13.jar https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-mit-1.2023.13.jar
4545
- name: Sphynx build
4646
run: |
47+
sphinx-build -M html docs outputdir/
4748
sphinx-build -M html v2.1/docs outputdir/2.1/
4849
sphinx-build -b pdf v2.1/docs outputdir/2.1/html/pdf
49-
cp index.html outputdir/
5050
- name: Fix permissions
5151
run: |
5252
chmod -c -R +rX "outputdir/" | while read line; do

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
html_theme = "sphinx_rtd_theme"

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
***************************
2+
Documentation for VTL
3+
***************************
4+
5+
`Version 2.0 <https://sdmx.org/?page_id=5096>`_
6+
7+
`Version 2.1 </vtl/2.1/html/>`_

v2.1/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Documentation for VTL v2.1
33
***************************
44

55
.. toctree::
6-
:maxdepth: 3
6+
:maxdepth: 2
77

88
user_manual
99
operators/index

0 commit comments

Comments
 (0)