full working example with readthedocs theme #237
-
Does anyone have a full working example of using mike with the readthedocs theme? I had it working with the material theme, but now struggling to make it work with readthedocs. theme:
name: readthedocs
locale: en
plugins:
- mike:
alias_type: symlink
canonical_version: latest
version_selector: true
css_dir: css
javascript_dir: js The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think that's your problem. When using |
Beta Was this translation helpful? Give feedback.
I think that's your problem. When using
readthedocs
(or themkdocs
themes), mike will add the appropriate CSS and JS files for you. If you remove the CSS/JS files from your docs directory, it should just work.