Skip to content

Commit

Permalink
Try not setting up html dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 30, 2024
1 parent c086f8d commit 56e237d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
[parent_dir / 'configure', 'CXXFLAGS=-std=c++17 -O0'], cwd=parent_dir)
check_call('doxygen', cwd=(parent_dir / 'doc'))

print(f"*** READTHEDOCS='{os.environ.get('READTHEDOCS')}' ***") # XXX: DEBUG
print(f"*** READTHEDOCS_PROJECT='{os.environ.get('READTHEDOCS_PROJECT')}' ***") # XXX: DEBUG
print(f"*** READTHEDOCS_VERSION='{os.environ.get('READTHEDOCS_VERSION')}' ***") # XXX: DEBUG
print(f"*** READTHEDOCS_VERSION_NAME='{os.environ.get('READTHEDOCS_VERSION_NAME')}' ***") # XXX: DEBUG
print(f"*** READTHEDOCS_OUTPUT='{os.environ.get('READTHEDOCS_OUTPUT')}' ***") # XXX: DEBUG

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -136,9 +131,9 @@ def read_version():
# has readthedocs copy the full generated HTML tree to the output directory.
#
# Problem is, that doesn't seem to be working now. This needs debugging.
html_extra_path = [
str(Path(os.environ.get("READTHEDOCS_OUTPUT", '.')) / "html")
]
#html_extra_path = [
# str(Path(os.environ.get("READTHEDOCS_OUTPUT", '.')) / "html")
#]

# -- Options for HTMLHelp output ------------------------------------------

Expand Down

0 comments on commit 56e237d

Please sign in to comment.