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 isn't building the modified version of docs in pull requests #3070

Closed
lilyminium opened this issue Dec 10, 2020 · 0 comments · Fixed by #3071
Closed

ReadTheDocs isn't building the modified version of docs in pull requests #3070

lilyminium opened this issue Dec 10, 2020 · 0 comments · Fixed by #3071

Comments

@lilyminium
Copy link
Member

Expected behavior

#3069 has a del_TopologyAttr method documented in the built docs by RTD.

Actual behavior

It does not, because I mistakenly install the develop version of MDAnalysis instead of the current version. This makes the RTD check fairly useless.

Code to reproduce the behavior

import MDAnalysis as mda
from MDAnalysis.tests.datafiles import PSF, DCD,  GRO, PDB, TPR, XTC, TRR,  PRMncdf, NCDF

u = mda.Universe(PSF, DCD)

....

Current version of MDAnalysis

  • Which version are you using? (run python -c "import MDAnalysis as mda; print(mda.__version__)")
  • Which version of Python (python -V)?
  • Which operating system?
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 a pull request may close this issue.

1 participant