Skip to content

Commit

Permalink
Renamed breathe_projects dict..?
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 29, 2024
1 parent 540fb45 commit febe1a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,20 @@
# documentation root, make it absolute, like shown here.
sys.path.insert(0, source_dir)

# XXX: Breathe docs use both these names.
breathe_projects = {
'libpqxx': (build_dir / 'xml'),
'auto': (build_dir / 'xml'),
breathe_projects_source = {
'libpqxx': (build_dir / 'xml'),
'auto': (build_dir / 'xml'),
}
breathe_default_project = 'libpqxx'

if os.environ.get('READTHEDOCS') == 'True':
# C++23: Upgrade C++ version.
check_call(
[source_dir / 'configure', 'CXXFLAGS=-std=c++20 -O0'], cwd=build_dir)
check_call(['mkdir', build_dir / 'doc' / 'xml'])
check_call('doxygen', cwd=(build_dir / 'doc'))


Expand Down

0 comments on commit febe1a7

Please sign in to comment.