Replies: 7 comments 17 replies
-
[Apologies, I wasn't "watching" this repo, so missed your question last week] I have implemented an experimental branch that lets you specify an environment.yml file. For now, to use it, put I've been testing with a clone of teqp. Right now, it's stalled at Based on your use of
Can you point me to an example of this? I'm not seeing it in teqp. |
Beta Was this translation helpful? Give feedback.
-
Sorry I guess I was thinking about another project where building the extension was part of the doc build. I plan to add that to teqp at some point since currently I can't update the docs until I push wheels to pypi. On RTD you can also add apt packages, which is how I get doxygen into the RTD instance. There appears to also be a doxygen package for conda: https://anaconda.org/conda-forge/doxygen |
Beta Was this translation helpful? Give feedback.
-
I've enabled conda and apt installations, and I refactored to get the runtime down to something semi-reasonable. |
Beta Was this translation helpful? Give feedback.
-
How can I set up a redirect from the existing docs to the new docs? One last hacked set of docs via RTD? |
Beta Was this translation helpful? Give feedback.
-
There is something wrong because some notebooks didn't get run with the right teqp version, should be 0.16.0. A handful used older versions, I have no idea how that is possible. |
Beta Was this translation helpful? Give feedback.
-
Can you please set up your workflow to be a lot more verbose? It is impossible to debug with no output about what packages it installed and so on |
Beta Was this translation helpful? Give feedback.
-
I've encountered a design issue. One of the first steps I take is to copy the documentation configuration directory before modifying it. I do this because if, e.g., you use versioneer, modifying I realize now that this is because your Doxygen file says I don't know offhand how to reconcile this. |
Beta Was this translation helpful? Give feedback.
-
A key feature of ReadTheDocs is the ability to specify conda/mamba environment to build the docs from. Also, I need to be able to re-compile python extensions as part of the build on the development branch. That works flawlessly on RTD, and I don't see a way to do that in the current implementation. For me that is a dealbreaker.
Beta Was this translation helpful? Give feedback.
All reactions