Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Mar 25, 2024
1 parent c0197ad commit 095b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
read_the_docs_build = os.environ.get('READTHEDOCS') == 'True'

if read_the_docs_build:
parent_dir = Path.cwd().parent.absolute
parent_dir = Path.cwd().parent.absolute()
# C++20: Replace -std=c++17 with -std=c++20.
check_call(
[parent_dir / 'configure', 'CXXFLAGS=-std=c++17 -O0'], cwd=parent_dir)
Expand Down

0 comments on commit 095b552

Please sign in to comment.