how do i build the docs in doc/ folder? #7010
-
|
Hi, how do i build the docs in what are the steps to be taken? |
Beta Was this translation helpful? Give feedback.
Answered by
Samuelopez-ansys
Dec 26, 2025
Replies: 1 comment
-
|
Hi @ryan-k8 , You need to first install the doc dependencies: pip install pyaedt[doc] Then, in the terminal, just run: doc/make.bat html If you want to clean the directory: doc/make.bat clean |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Samuelopez-ansys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ryan-k8 ,
You need to first install the doc dependencies:
pip install pyaedt[doc]
Then, in the terminal, just run:
doc/make.bat html
If you want to clean the directory:
doc/make.bat clean