Launching github pages for documentation of a python project #1844
Unanswered
atharvaaalok
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a repository for creating differentiable loss functions:
https://github.com/atharvaaalok/geosimilarity
I have a
docs
folder in which I have MyST markdown code for documentation.How do I launch a webpage using github pages?
The documentation here says to run the following command in the root:
myst init --gh-pages
But when I run the
myst
command in my root it uses theREADME.md
instead of the markdown files in thedocs/
folder.What are the exact steps that I have to take to launch github pages?
Beta Was this translation helpful? Give feedback.
All reactions