-
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, |
I think the one from
Yes, and the API is also not successfully built. It is because
in the
The content in the release notes is from |
Since it is a merged PR, I have summarized our current issues in #66 (comment) |
@vincefn I think we have addressed most things. Please can you take a look again
This is fixed in the latest version
This has been removed. We should have done that before. It is a template to help people with new projects.
Could you elaborate what you mean by this? Is it that changes that have been made on this migration branch are not showing up? These will appear when we make a non rc release. In our workflow these are stored as rst files in
this is correct. Since this is not a proper released version we don't want it to identify with a release. We do this for pre-releases too. When the full release goes out ( Thanks so much for your eyes on this. I think we are nearly there. If you are happy with this now, I will merge migration into main and push out a full release and we can keep our fingers crossed it all works! I have a couple of other fixes....@zmx27 please could you make a PR for this.
|
No description provided.