I'll start off saying my apologies for the lack of knowledge, I am new to sphinx-doc.
I have some documentation I made in markdown. I didn't do a great job doing setup beforehand, because I wanted to see how sphinx would output what I had. I figured I'd fix it after the fact.
So I built was able to successfully clean my files so they show up how I would like, but there is leftover HTML files from when I first build.
For example, I fix file1.md and I had another file2.md in the directory. There was a html page made for file2.md, but I don't need it anymore. Is there a way for sphinx to automatically clean what isn't present anymore?