Skip to content
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

path of sphinx-build might be different depending on system #57

Closed
nopeppermint opened this issue Jan 8, 2025 · 3 comments · Fixed by #58
Closed

path of sphinx-build might be different depending on system #57

nopeppermint opened this issue Jan 8, 2025 · 3 comments · Fixed by #58

Comments

@nopeppermint
Copy link
Contributor

I was only able to build the docs when I changed the docs/Makefile

SPHINXBUILD ?= /usr/local/opt/sphinx-doc/bin/sphinx-build

to

SPHINXBUILD ?= /usr/bin/sphinx-build

build on a Linux Mint 22

@nopeppermint
Copy link
Contributor Author

this fix works as well for me:

-SPHINXBUILD   ?= /usr/local/opt/sphinx-doc/bin/sphinx-build
+SPHINXBUILD   ?=$(shell which sphinx-build)

@pellecchialuigi
Copy link
Collaborator

Hi, and thanks for filing the issue and the PR.
I added a comment to the PR, the command is not working to me on MacOS.
Are you building it locally as part of the pre-commit?

It is built on readthedocs and the documentation is publicly available at https://basil-the-fusa-spice.readthedocs.io/en/latest/

@nopeppermint
Copy link
Contributor Author

ok, I will take a look again

yes, I was building it locally, as I had hope to find a potentially not released documentation ;-)
as I had troubles with #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants