问题
I've come across an issue. I'm using sphinx to create my documentation. I've built the html pages. However, whenever I edit the html pages (add a css file, .js script and buttons) in my HTML editor, the changes don't stay when I do 'make html' in my terminal, and it just goes back to what it was before i added my own stuff in, if I do a hard refresh.
Is there a way to make my editied html stay as they are? All I'm doing is editing text in my source files (.rst files in sphinx) and it's annoying that I have to keep editing my html files by hand - once they're built.
Thanks
来源:https://stackoverflow.com/questions/48620476/building-html-pages-with-sphinx