Skip to content

Commit

Permalink
More work on breathe dicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 29, 2024
1 parent febe1a7 commit 8889576
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
# 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'),
'libpqxx': (source_dir / 'include/', 'src'),
}
breathe_default_project = 'libpqxx'

Expand Down

0 comments on commit 8889576

Please sign in to comment.