Skip to content

Commit

Permalink
no need to build doxy in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Dec 27, 2023
1 parent 2a24623 commit 8286ef8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.

import pathlib
import sys, subprocess
import sys
# sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, pathlib.Path(__file__).parents[2].resolve().as_posix())

# Doxygen
subprocess.call('doxygen ../doxygen/doxygen.dox ', shell=True)

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

Expand Down

0 comments on commit 8286ef8

Please sign in to comment.