-
Notifications
You must be signed in to change notification settings - Fork 37
feat(docs): Fix sections not rendering on Read the Docs #264
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
Conversation
|
||
readme | ||
|
||
.. mdinclude:: ../../README.md |
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.
Yep, this was the change I needed.
m2r==0.2.1 | ||
jsonschema==3.2.0 |
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.
Why is jsonschema needed?
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.
Talked offline. jsonschema is needed to render docstrings from optimizely
, config_manager
, and optimizely_config
.
m2r==0.2.1 | ||
jsonschema==3.2.0 |
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.
I think it should be removed.
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.
Talked offline. jsonschema is needed to render docstrings from optimizely
, config_manager
, and optimizely_config
.
Looks like tests passed: https://travis-ci.org/github/optimizely/python-sdk/builds/687595137 Going to force merge this. |
Summary