Skip to content

Commit 4245a6c

Browse files
committed
fix: remove quotes around igraph from API docs, closes #686
1 parent cd5aaa4 commit 4245a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def get_pydoctor_html_outputdir(pydoctor_url_path):
253253
pydoctor_url_path = 'api/'
254254

255255
pydoctor_args = [
256-
'--project-name="igraph"',
256+
'--project-name=igraph',
257257
'--project-version=' + version,
258258
'--project-url=https://igraph.readthedocs.io',
259259
'--introspect-c-modules',

0 commit comments

Comments
 (0)