mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 10:18:50 -05:00
Update conf.py
This commit is contained in:
parent
a03c201964
commit
76ab42d9e0
19
docs/conf.py
19
docs/conf.py
|
@ -1,19 +1,8 @@
|
|||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
# This file only contains a selection of the most common options. For a full
|
||||
# list see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
|
||||
# -- Path setup --------------------------------------------------------------
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#
|
||||
# import os
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
import subprocess, os
|
||||
|
||||
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
if read_the_docs_build:
|
||||
subprocess.call('doxygen', shell=True)
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user