Skip to content

Commit

Permalink
Try re-adding include dir, and spelling out index.rst in full.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed May 2, 2024
1 parent 0f3b278 commit 0088add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def recursive_dir(path, relative_to):
'libpqxx': (
source_dir,
(
recursive_dir(source_dir / 'src', source_dir)
recursive_dir(source_dir / 'src', source_dir) +
recursive_dir(source_dir / 'include/pqxx', source_dir)
)
),
}
Expand Down Expand Up @@ -96,7 +97,7 @@ def recursive_dir(path, relative_to):
source_suffix = ['.rst', '.md']

# The master toctree document.
master_doc = 'index'
master_doc = 'index.rst'

# General information about the project.
project = u'libpqxx'
Expand Down
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ libpqxx
.. autodoxygenindex::
:project: libpqxx
:source-path: doc/xml
:outline:

0 comments on commit 0088add

Please sign in to comment.