Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 651c293 + ac28abb commit 5713e77Copy full SHA for 5713e77
1 file changed
doc/conf.py
@@ -10,6 +10,7 @@
10
# serve to show the default value.
11
12
import os
13
+from pathlib import Path
14
import shutil
15
import subprocess
16
import sys
@@ -158,7 +159,7 @@ def _check_dependencies():
158
159
'numpy': 'https://docs.scipy.org/doc/numpy/',
160
'scipy': 'https://docs.scipy.org/doc/scipy/reference/',
161
},
- 'backreferences_dir': 'api/_as_gen',
162
+ 'backreferences_dir': Path('api') / Path('_as_gen'),
163
'subsection_order': gallery_order.sectionorder,
164
'within_subsection_order': gallery_order.subsectionorder,
165
'remove_config_comments': True,
0 commit comments