Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use MkDocs to generate documentation (#705)
### Description Use MkDocs to generate the documentation page, replacing Sphinx. I tested it on my computer with the following steps and it worked perfectly fine. Not guaranteed to work on github. May need your help @BenWibking to update the docs.yml properly. ```sh cd docs2 python -m pip install -r requirements.txt mkdocs build && mkdocs serve ``` Currently all the new docs are in docs2. Once everything works fine, I'll use it to replace docs. ### Related issues Closes #542 ### Checklist _Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an `x` inside the square brackets `[ ]` in the Markdown source below:_ - [ ] I have added a description (see above). - [ ] I have added a link to any related issues see (see above). - [ ] I have read the [Contributing Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md). - [ ] I have added tests for any new physics that this PR adds to the code. - [ ] I have tested this PR on my local computer and all tests pass. - [ ] I have manually triggered the GPU tests with the magic comment `/azp run`. - [ ] I have requested a reviewer for this PR. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ben Wibking <[email protected]>
- Loading branch information