Skip to content

Commit f6ed0ca

Browse files
committed
add sphinx to dev-requirements and drop doc version to 0.1a1
1 parent 65bd315 commit f6ed0ca

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
testtools
22
flake8
33
pytest
4+
sphinx

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.1a18'
63+
version = '0.1a1'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.1a18'
65+
release = '0.1a1'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

0 commit comments

Comments
 (0)