-
Notifications
You must be signed in to change notification settings - Fork 23
chore: remove nbsphinx link and use the pydata theme to render our documentation #67
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
chore: remove nbsphinx link and use the pydata theme to render our documentation #67
Conversation
@sbillinge this is ready for review. This also addresses the error that vince ran into at the following comment: Done in collaboration with @ycexiao |
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.
this looks good. couple of small comments
docs/source/conf.py
Outdated
@@ -64,7 +72,7 @@ | |||
source_suffix = [".rst", ".md"] | |||
|
|||
# The encoding of source files. | |||
# source_encoding = 'utf-8-sig' | |||
# source_encoding = eutf-8-sig' |
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.
is this intended?
@@ -134,7 +142,7 @@ | |||
# The theme to use for HTML and HTML Help pages. See the documentation for | |||
# a list of builtin themes. | |||
# | |||
html_theme = "sphinx_rtd_theme" |
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.
lets comment out sphinx_rtd_theme
in case we want to go back some time
@sbillinge ready for review |
great work getting to the bottome of this! Thanks so much. |
Docs are well rendered on https://pyobjcryst.readthedocs.io/en/migration/. Nice. Interesting to see how you got rid of nbsphinx_lnk. What I can see:
Cheers, |
No description provided.