Skip to content

Conversation

@aMahanna
Copy link
Member

@aMahanna aMahanna commented Aug 15, 2023

fixes #272

Address the ReadTheDocs migration required as indicated by recent builds (which have also been silently failing):

Image

Image

This is done by introducing a .readthedocs.yaml file

See https://blog.readthedocs.com/migrate-configuration-v2/

Preview the fixed API Spec page: https://docs.python-arango.com/en/fix-readthedocs/specs.html

@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2023

Codecov Report

Merging #271 (0d3ac20) into main (744a6e9) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files          26       26           
  Lines        3958     3958           
=======================================
  Hits         3919     3919           
  Misses         39       39           
Files Changed Coverage Δ
arango/client.py 98.41% <ø> (ø)
arango/http.py 100.00% <ø> (ø)

@aMahanna aMahanna changed the title wip: Fix ReadTheDocs Builds Fix ReadTheDocs Builds Aug 15, 2023
@@ -0,0 +1,3 @@
requests_toolbelt
importlib_metadata
jwt
Copy link
Member Author

@aMahanna aMahanna Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required to support the sphinx autodoc functionality (for example, see the following no module named 'jwt' error: https://readthedocs.org/projects/python-driver-for-arangodb/builds/21620433/)

@aMahanna aMahanna self-assigned this Aug 15, 2023
@aMahanna aMahanna merged commit 10f6ece into main Aug 16, 2023
@aMahanna aMahanna deleted the fix-readthedocs branch August 16, 2023 12:57
@aMahanna aMahanna restored the fix-readthedocs branch August 16, 2023 14:21
@aMahanna aMahanna deleted the fix-readthedocs branch August 16, 2023 14:21
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.

API Specification Page is not rendering

4 participants