Skip to content

Commit a8f6a59

Browse files
committed
Fixes documentation generation
Adds sphinx depenencies and Makefile target dependency.
1 parent 59d0bdd commit a8f6a59

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Setup coverage testing
66
- Bump to `xcamera>=2019.928`
7+
- Continuous integration improvements
78

89
## [2019.0910]
910

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lint: lint/isort-check lint/flake8
7979
docs/clean:
8080
rm -rf $(DOCS_DIR)/build/
8181

82-
docs:
82+
docs: virtualenv
8383
cd $(DOCS_DIR) && SPHINXBUILD=$(SPHINXBUILD) make html
8484

8585
release/clean:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
m2r==0.2.1
2+
Sphinx
3+
sphinx-rtd-theme

0 commit comments

Comments
 (0)