Skip to content

Commit

Permalink
Create xml dir first..?
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 29, 2024
1 parent 977d0ce commit 540fb45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@

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)
check_call('doxygen', cwd=(Path.cwd().parent / 'doc'))
check_call(['mkdir', build_dir / 'doc' / 'xml'])
check_call('doxygen', cwd=(build_dir / 'doc'))


# -- General configuration ------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ libpqxx

.. doxygenindex::
:project: libpqxx
:path: doc/xml

0 comments on commit 540fb45

Please sign in to comment.