Skip to content

Commit 7ab4734

Browse files
committed
Fix sphinx warnings
1 parent 8846207 commit 7ab4734

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bindings/python/docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@
2323
html_show_sphinx = False
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.1.0.dev0'
26+
version = '0.1.0.dev0'
27+
release = version
2728

29+
# The name of the Pygments (syntax highlighting) style to use.
30+
pygments_style = 'sphinx'
2831

2932
# -- General configuration ---------------------------------------------------
3033

0 commit comments

Comments
 (0)