Closed
Description
Significant parts of the reference documentation on readthedocs.io appear to be generated twice.
In the top-level reference it's the documentation for graphql.graphql and graphql.graphql_sync (first at the beginning and then at the end in "Top-Level Functions" section).
On some sub-package pages everything is repeated twice, e.g. on graphql.error page.
Metadata
Metadata
Assignees
Labels
No labels
Activity
Upgrade Sphinx and fix various autodoc issues (#104)
Cito commentedon Aug 29, 2020
I have fixed this now, thanks for reporting. After upgrading Sphinx and adding some helper functionality to autodoc, the reference links should work much better now, too. You may need to reload the pages on Read the Docs in your browser.
Let me know if you still find any issues with the documentation.
berekuk commentedon Aug 30, 2020
It looks correct now, thanks!