I wrote a documentation for our software using sphinx using the classic look.
Following the instructions on https://page.github.com i created the project jodyxha.github.io.
I then copied the contents of my build/html subdirectory of the sphinx directory to my local github.io directory (including the subdirectory "_static", which seems to contain the css and js files needed for the classic look). I added all, committed and pushed.
When i point my browser to https://jodyxha.github.io i can see the contents, but it looks like the css files are not found (no sidebars, no layout, etc).
What do i have to do to get my pages displayed with the correct style?