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

Readthedocs hotfix #108

Merged
merged 16 commits into from
Dec 9, 2022
Merged

Readthedocs hotfix #108

merged 16 commits into from
Dec 9, 2022

Conversation

aburrell
Copy link
Owner

@aburrell aburrell commented Dec 9, 2022

Description

Fixes broken docs, since meson doesn't allow an install work-around for not having a fortran compiler.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

How Has This Been Tested?

Building docs locally without apexpy installed.

Checklist

  • Make sure you are merging into the develop (not main) branch
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to Changelog.rst, summarising the changes
  • Add yourself to AUTHORS.rst and .zenodo.json

aburrell and others added 16 commits December 9, 2022 09:22
The lack of fortran on readthedocs is again causing issues (just sooner now).  Trying mock imports to fix this.
Remove the apexpy install from the doc requirements.
More mock update attempts.
Trying autoapi to get the API to work without installing apexpy.
Adapt meson to skip fortran for readthedocs.
Updated the RTD os.
The path key is required.
Fix the env variable definition.
Revert special meson build for RTD.
Another attempt at using autoapi.
Added an output directory for autodoc.
Updated the directory of the project in the makefile.
Updated the conf to use autoapi correctly.
Restructured the API references for the autoapi format.
Updated .gitignore to reflect the changes in the docs.
@aburrell aburrell merged commit 2dff2dc into develop Dec 9, 2022
@aburrell aburrell deleted the readthedocs_hotfix branch December 9, 2022 18:23
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.

None yet

1 participant