Replies: 2 comments 1 reply
-
|
Check out: https://github.com/Severson-Group/docs.amdc.dev#local-development You'll need to install the packages listed in As with most development, this is easiest to do in a Linux-based environment (I use WSL on my Windows 10 laptop). However, you could probably make it work using Python via conda. Also consider checking out the other |
Beta Was this translation helpful? Give feedback.
-
ExampleBuilding the website from scratch using a clean WSL install, Ubuntu 20.04: I upgraded my WSL install since I last worked on the docs, so I just went through and got them building from scratch:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies for a very rookie question, but... how do I build this website locally with Sphinx? (And should we have a doc with instructions on this?)
Here are my details:
conda install sphinxgave me Sphinx v4.4.0)make htmlon the command line and received the errorCould not import extension myst_parsermyst_parser, butcondodoesn't have it on its main channel. I do see that there is amyst-parserincondo-forgehere. I want to hit the pause button and check in before I go too far along installing all of these packages. Is this the path I should be taking? (Installingmyst-parser)Beta Was this translation helpful? Give feedback.
All reactions