-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a readthedocs config file #289
Add a readthedocs config file #289
Conversation
@davidfischer thanks for creating this Pull Request and help improve Plone! To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass. Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:
With this simple comment all the jobs will be started automatically. Happy hacking! |
@jenkins-plone-org please run jobs |
The Travis tests seem to pass although there's a timeout issue related to |
@jenkins-plone-org please run jobs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that the 3.7 build failed for unrelated reasons, and otherwise this looks fine (except the conflict on the changelog).
Thank you! |
as tests are still failing in the travis-ci/pr's fuzzing stage. I recommend to further reduce the |
https://icalendar.readthedocs.io/en/latest/ seems fine now. Great! I have create a PR for the test failures: #309 |
Branch: refs/heads/master Date: 2020-03-09T11:36:26+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: collective/icalendar@c65c6b7 Fixed error in tests with duplicate parameter 'self'. TypeError: __init__() got multiple values for argument 'self' https://travis-ci.org/collective/icalendar/jobs/659260349 Files changed: M src/icalendar/tests/hypothesis/test_fuzzing.py Repository: icalendar Branch: refs/heads/master Date: 2020-03-09T11:37:32+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: collective/icalendar@d1ed9c4 Tests: do less iterations with fuzzy contents. collective/icalendar#289 (comment) Files changed: M src/icalendar/tests/hypothesis/test_fuzzing.py Repository: icalendar Branch: refs/heads/master Date: 2020-03-09T21:44:59+01:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: collective/icalendar@2cc1dac Merge pull request #309 from collective/maurits/improve-testing Maurits/improve testing Files changed: M src/icalendar/tests/hypothesis/test_fuzzing.py
Branch: refs/heads/master Date: 2020-03-09T11:36:26+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: collective/icalendar@c65c6b7 Fixed error in tests with duplicate parameter 'self'. TypeError: __init__() got multiple values for argument 'self' https://travis-ci.org/collective/icalendar/jobs/659260349 Files changed: M src/icalendar/tests/hypothesis/test_fuzzing.py Repository: icalendar Branch: refs/heads/master Date: 2020-03-09T11:37:32+01:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: collective/icalendar@d1ed9c4 Tests: do less iterations with fuzzy contents. collective/icalendar#289 (comment) Files changed: M src/icalendar/tests/hypothesis/test_fuzzing.py Repository: icalendar Branch: refs/heads/master Date: 2020-03-09T21:44:59+01:00 Author: Maurits van Rees (mauritsvanrees) <m.van.rees@zestsoftware.nl> Commit: collective/icalendar@2cc1dac Merge pull request #309 from collective/maurits/improve-testing Maurits/improve testing Files changed: M src/icalendar/tests/hypothesis/test_fuzzing.py
Add a Read the Docs configuration file. This config file has a few advantages:
The current build on Read the Docs is failing. There are a few issues but I verified that this config file would solve them:
icalendar
itself isn't installed. The docs build relies on this package being installed..
which only works ifpip install
is run from the same directory.This is an alternative to #262 and if this is merged that one can be closed.