You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Describe the problem
I'm trying to modify the default css and the build doesn't reflect my changes.
My setup is with separate folders for source and build, and I'm using the defaults in
conf.py
.However, my modified
copybutton.css
file is not built.If I create any other file, say
test.css
, that one is indeed built.Seems like the build process executes my modified file before the original one, so mine gets overwritten?
Link to your repository or website
No response
Steps to reproduce
copybutton.css
tosource/_static
.test.css
to same location.make html
orsphinx-autobuild source build/html
.test.css
is present inbuild/html/_static
.copybutton.css
is not, just the default one.The version of Python you're using
3.9.9
Your operating system
MacOS Monterey
Versions of your packages
Additional context
No response
The text was updated successfully, but these errors were encountered: