Skip to content

Commit 057ea9f

Browse files
committed
fix sphinx build
Change-Id: Ia92eda346032cb58f16066e714aeaf6ff2388448
1 parent 14ee8db commit 057ea9f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
sphinxcontrib-bitbucket
2+
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ warnerrors = true
7878

7979
[wheel]
8080
universal = true
81+
82+
[build_sphinx]
83+
source-dir = docs/source
84+
build-dir = docs/build
85+
all_files = 1

0 commit comments

Comments
 (0)