-
Let's say I have the following HTML files generated by Sphinx:
Obviously, they are accessed and cross-referenced by their cannonical URL which includes HTML file path (FYI - I'm hosting them on readthedocs). However, I'm wondering if it's possible to exclude ".html" from each file to have those docs accessible by the following URLs:
Somehow this format looks less bloated to me. I understand My naive (and probably the most portable) approach is to render each RST file as a folder with index.html inside. For example, I have 2 questions:
Thanks in advance! Any thoughts and suggestions are welcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you want to try using the |
Beta Was this translation helpful? Give feedback.
I think you want to try using the
dirhtml
builder: https://www.sphinx-doc.org/en/master/usage/builders/index.html