Skip to content
Snippets Groups Projects
Verified Commit 73d60c8b authored by Tomas Krizek's avatar Tomas Krizek
Browse files

doc: fix generating sphinx doc using older packages

parent f72c889c
Branches
Tags
1 merge request!460doc: fix generating sphinx doc using older packages
Pipeline #32224 passed with warnings with stages
in 8 minutes and 3 seconds
......@@ -2,6 +2,8 @@
import sys, os, re, subprocess
import sphinx_rtd_theme
# -- General configuration -----------------------------------------------------
if os.environ.get('READTHEDOCS', None) == 'True':
......@@ -47,6 +49,7 @@ htmlhelp_basename = 'apidoc'
# Theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# -- Options for LaTeX output --------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment