Skip to content

Commit

Permalink
Merge pull request #75 from PyconUK/issue-44
Browse files Browse the repository at this point in the history
How To Define a Conference Doc
  • Loading branch information
meatballs committed May 12, 2017
2 parents 9a5decd + dfbf4b1 commit f091ad6
Show file tree
Hide file tree
Showing 10 changed files with 676 additions and 16 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_install:
- export PYTEST_ADDOPTS="--pep8 --doctest-glob='*.rst'"
install:
- pip install -r requirements.txt
- pip install pyyaml
- pip install coverage
- pip install coveralls
script:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ environment:
- PYTHON: "C:\\Python36"
install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install pyyaml"
build: off
test_script:
- "%PYTHON%\\python.exe setup.py test"
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# ones.
extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.todo'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -114,7 +115,7 @@
# keep_warnings = False

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
todo_include_todos = True


# -- Options for HTML output ----------------------------------------------
Expand Down

0 comments on commit f091ad6

Please sign in to comment.