Skip to content

Commit f4d26e3

Browse files
committed
setup.py: fix path to doc conf.py
1 parent c22340a commit f4d26e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Prepare a release:
44
#
55
# - git pull --rebase
6-
# - update version in setup.py, bytecode/__init__.py and conf.py
6+
# - update version in setup.py, bytecode/__init__.py and doc/conf.py
77
# - run tests: tox
88
# - set release date in the changelog
99
# - git commit -a

0 commit comments

Comments
 (0)