Skip to content

Commit

Permalink
Removing doxygen build line.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Apr 5, 2024
1 parent 303aa5c commit 65714c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@


import os
import subprocess
import sys
from importlib.metadata import version

read_the_docs_build = os.environ.get("READTHEDOCS", None) == "True"

# If building on read the docs, build the doxygen documentation
# if read_the_docs_build:
subprocess.call("cd doxygen; doxygen ./Doxyfile", shell=True)
# subprocess.call("cd doxygen; doxygen ./Doxyfile", shell=True)

# Define path to the code to be documented **relative to where conf.py (this file) is kept**
sys.path.insert(0, os.path.abspath("../src/"))
Expand Down

0 comments on commit 65714c5

Please sign in to comment.