Skip to content

Commit

Permalink
More debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 29, 2024
1 parent 00173e1 commit d607050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,16 @@
# documentation root, make it absolute, like shown here.
sys.path.insert(0, source_dir)

# XXX: Which of these, if any, is what we actually need?
breathe_projects = {
'auto': (build_dir / 'xml'),
'libpqxx': (build_dir / 'xml'),
}
breathe_default_project = 'libpqxx'

if os.environ.get('READTHEDOCS') == 'True':
# C++23: Upgrade C++ version.
check_call(['ls', '-Rl']) # XXX: DEBUG
check_call(
[source_dir / 'configure', 'CXXFLAGS=-std=c++20 -O0'], cwd=build_dir)
print("*** Dirtree... ***") # XXX: DEBUG
check_call(['ls', '-R']) # XXX: DEBUG
check_call('doxygen', cwd=(Path.cwd().parent / 'doc'))


Expand Down

0 comments on commit d607050

Please sign in to comment.