-
Notifications
You must be signed in to change notification settings - Fork 13
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
Building docs locally using Windows PowerShell #407
Comments
Thanks for reporting this @stellaprins! She's away this week, but I'll make sure to ask her about this when she's back. |
Thanks @stellaprins for reporting this! The I'm suspecting the initial "
|
@lochhh I think it has to do with my PowerShell settings. I tried running But when I run
I don't mind typing |
Thanks again for checking @stellaprins ! We probably shouldn't assume
or
|
I'm using Windows PowerShell, and having some issues with building-the-documentation-locally.
The
make
command is not recognized in PowerShell.Using the sphinx-build command directly works (
make html
does the same assphinx-build -b html source build
). But perhaps an easier work around it to installmake
for Windows. I've installed GNU Make for Windows using Chocolatey website and have no problems runningmake html
andmake linkcheck
now.However, am running into some issues when trying to run
make clean
My work around for
make clean
is to run the following commands in the Windows PowerShell:The text was updated successfully, but these errors were encountered: