Compare commits

...

4 Commits

3 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,18 @@
version: 2 version: 2
# Build instructions
build:
os: "ubuntu-22.04"
tools:
python: "3.7"
# Optionally build your docs in additional formats such as PDF
formats:
- epub
- htmlzip
- pdf
# Optionally set the version of Python and requirements required to build your docs
python: python:
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt

View File

@ -240,6 +240,8 @@ htmlhelp_basename = 'GLManual'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
latex_engine = 'xelatex'
latex_elements = { latex_elements = {
# The paper size ('letterpaper' or 'a4paper'). # The paper size ('letterpaper' or 'a4paper').
# #

View File

@ -1 +1,2 @@
docutils<0.18 docutils<0.18
sphinx-rtd-theme==1.3.0