-
Notifications
You must be signed in to change notification settings - Fork 327
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
Contributor page needs updates after landing stb-related improvements #521
Comments
I'm working on the dark-theme PR (#501) and I recently integrated the latest master to my local branch. Could you explain me how to build a dev environment and the doc locally with the new implementation ? |
@12rambau you need to Or if you are using |
On a general note, related to the changes from #514, I think it would be useful to add back a requirements.txt or environment.yml file that lists all the dev-related dependencies. |
2 small updates :
|
Yeah, I am constantly confusing |
ok, now if I don't want to serve but just build the doc ? It seems that the |
I found this one in the github actions of the repository, I assume it will do the trick: |
If you are using nox, you can also do If you want to be able to built the docs manually without using |
if only I could use |
I get the following error:
Any idea where it could come from ? |
As nothing was working I gave up on my branch, I fork back the project in one of my organization. I tried the I tried the following:
the system answered me with the following error:
Could you show me a way to install the lib and build the documentation ? I really would like to push the dark theme |
The templates have likely changed, and your PR was not changed to adapt. If you're running through |
@12rambau - the error you describe looks like it is actually related to executing the Jupyter notebook in the demo docs - do you see any traceback from that error earlier on in the build process? And when you say that |
@choldgraf I saw you added some stuff to main branch I'll check again on a fresh install if I can manage to start it, maybe you solved everything ;-)
exactly, I think |
ok so on my personnal computer I manage to execute nox, here is the full traceback of the error:
|
I believe that Your error is related to executing the notebook content in |
We need to update https://pydata-sphinx-theme.readthedocs.io/en/latest/contributing.html, removing commands that are no longer relevant (ie. yarn), sections that are no longer needed (probably "Build the CSS/JS assets") and decide how deep we want to go in the description because we could explain things and the
nox
andstb
level, but we might want to also go deeper?? (probably not).The text was updated successfully, but these errors were encountered: