ResearchComputing / Documentation

Repository holding a wiki for Research Computing tutorials
49 stars 52 forks source link

Fix compile warnings for documentation #305

Closed b-reyes closed 1 month ago

b-reyes commented 6 months ago

In an effort to improve documentation and use a new Sphinx theme, the first item we must address is compilation errors/warnings. When compiled using make, several warnings are displayed. These warnings are often ignored by individuals leading to messy documentation. This PR corrects all warnings and then enforces that warnings are treated as errors. This will force individuals to resolve warnings before merging in.