-
|
While experimenting with mkdocstrings for a personal project, I noticed that the locally-served result: was looking very different from the result when hosted on GitHub Pages: As you can see, some of the text is missing and some of the alignment is off. After digging a little into the console in the browser I noticed this: What's confusing me is that I can see Can anyone see anything I missing here? Is there some step I'm missing that will have the deployed version look as nice as the locally-served version? If it helps, this is the current state of the configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
|
I don't think you're doing anything wrong. It feels like a browser/server cache issue. Have you tried force-refreshing the page? |
Beta Was this translation helpful? Give feedback.
-
|
Hypothesis: https://www.ianwootten.co.uk/2022/11/08/how-to-use-underscores-with-github-pages/ |
Beta Was this translation helpful? Give feedback.
-
|
Confirmed. If I add Now to figure out how to automate that... |
Beta Was this translation helpful? Give feedback.
-
|
Just to double confirm, I made this change to the other repo that was seeing the same problem, then built and pushed the pages and it's all working as expected, |
Beta Was this translation helpful? Give feedback.




Hypothesis: https://www.ianwootten.co.uk/2022/11/08/how-to-use-underscores-with-github-pages/