jbms / sphinx-immaterial

Adaptation of the popular mkdocs-material material design theme to the sphinx documentation system
https://jbms.github.io/sphinx-immaterial/
Other
177 stars 28 forks source link

Typo in index.rst #354

Closed 91Seconds closed 1 week ago

91Seconds commented 1 week ago

Hey, I love the project.

I was following the main page of the read the docs site and getting a lot of errors. I eventually found out that if I changed line 69 of index.rst from extension = ["sphinx_immaterial"] to extensions = ["sphinx_immaterial"] it worked fine.

I believe that line should read extensions = ["sphinx_immaterial"]

2bndy5 commented 1 week ago

You are correct. You want to submit a PR?