Skip to content

Commit

Permalink
Merge remote-tracking branch 'collective/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Mar 6, 2020
2 parents 3cebb0f + 21a2b30 commit 3301e73
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip
path: .
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,7 @@ New features:

Bug fixes:

- Fixed a docs issue related to building on Read the Docs [davidfischer]
- Use ``vText`` as default type, when convert recurrence definition to ical string. [kam193]
- Enable CI for Python 3.7 and more reduce Hypothesis iteration due to CI timeout. [kam193]

Expand Down

0 comments on commit 3301e73

Please sign in to comment.