-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix docs #163
Fix docs #163
Conversation
@Saransh-cpp after some playing I switched to using conda to build the packages instead of pip. I added some specific mkdocs dependencies to the environment.yml though. Is there a way to only install these with a [docs] type argument? |
Codecov Report
@@ Coverage Diff @@
## main #163 +/- ##
=======================================
Coverage 96.85% 96.85%
=======================================
Files 11 11
Lines 1272 1272
=======================================
Hits 1232 1232
Misses 40 40 |
AFAIK conda doesn't support adding tags or arguments for dependencies. This answer suggests adding a new |
@Saransh-cpp this would be a good solution if I could figure out how to run any bespoke conda commands automatically using read the docs it seems all it lets you do is define a single environment.yml to run. There are bepoke build commands for when you are not using conda. I hesitate to add the dependencies to the package just for building the docs but seems like the simplest solution. Maybe @wigging has some thoughts? |
The other equally unappealing option would be to just have a separate yml for docs with all the packages duplicated and the extra ones included. |
I have submitted a question on read the docs about running bespoke conda commands |
No description provided.