Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Automatically catch Sphinx errors #8060
Comments
hey @ohemorange , could you describe what the formatting issues looked like? I'm just coming on to the project and didn't see the badly formatted page until it was fixed. |
Hm, if I remember correctly, it things getting smushed together and maybe some weird bolding? If you look at the PR, you can see the types of changes we had to make: https://github.com/certbot/certbot/pull/8058/files It's mostly about making sure there are appropriate spaces, and that code (underscores, parens) is appropriately marked with fixed-width text markers:
|
Copied from #7991:
Now that those specific errors are fixed, we should also find a way to automatically check for them.