sphinx-copybutton
sphinx-copybutton copied to clipboard
Custom CSS issue
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
- Add modified
copybutton.csstosource/_static. - Add a test file
test.cssto same location. - Create HTML either with
make htmlorsphinx-autobuild source build/html. - The file
test.cssis present inbuild/html/_static. - The modified
copybutton.cssis not, just the default one. - There are no error messages in the terminal.
The version of Python you're using
3.9.9
Your operating system
MacOS Monterey
Versions of your packages
[...]
Sphinx==4.3.1
sphinx-autobuild==2021.3.14
sphinx-copybutton==0.4.0
[...]
Additional context
No response
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
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).
Welcome to the EBP community! :tada: