`;
-
- document.querySelector(".md-header__topic").insertAdjacentHTML("beforeend", versioning);
-});
diff --git a/docs/stylesheets/readthedocs.css b/docs/stylesheets/readthedocs.css
deleted file mode 100644
index 0f9478490..000000000
--- a/docs/stylesheets/readthedocs.css
+++ /dev/null
@@ -1,11 +0,0 @@
-:root {
- /* Reduce Read the Docs' flyout font a little bit */
- --readthedocs-flyout-font-size: 0.7rem;
-
- /* Reduce Read the Docs' notification font a little bit */
- --readthedocs-notification-font-size: 0.8rem;
-
- /* This customization is not yet perfect because we can't change the `line-height` yet. */
- /* See https://github.com/readthedocs/addons/issues/197 */
- --readthedocs-search-font-size: 0.7rem;
-}
diff --git a/mkdocs.yml b/mkdocs.yml
index 12d951a92..8d8507e84 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -217,10 +217,9 @@ nav:
- Meta:
- doc_conventions.md
-# Include extra CSS to make some style adjustments for ReadTheDocs
+# Include extra CSS to make some style adjustments for visible width
extra_css:
- stylesheets/cmd2.css
- - stylesheets/readthedocs.css
# Include extra JS to setup Read the Docs addons integrations
extra_javascript: