Skip to content
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 (now mandatory) .readthedocs.yaml file, add docs extras and update sphinx conf #103

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Oct 20, 2023

readthedocs.org now requires a v2 configuration file, in order to build the docs.

This PR does the following:

  • Adds a .readthedocs.yaml file, with the proper configuration.
  • Adds a requirements.txt file into docs folder, so readthedocs.org can use that to install deps.
  • Updates the theme to furo, a nice and clean theme, also used by pip.
  • Takes the pyobjus version from pyobjus, by reading it on __init__.py file (we never updated that previously, so manual is not an option 😀, but we can't install pyobjus)
  • Now the copyright year is updated automatically (again: we never updated that previously, so manual is not an option 😀)

Similar to: kivy/pyjnius#684

@misl6 misl6 merged commit ec419f2 into master Oct 20, 2023
19 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant