About 50 results
Open links in new tab
  1. configuring image filepaths correctly in mkdocs - Stack Overflow

    Feb 11, 2022 · I have an issue with MkDocs not being able to find my images. The images are in a subfolder, called microsatsFigures, in my docs folder. So my /docs folder contains index.md, …

  2. MkDocs: using a variable to construct external URLs

    Apr 30, 2022 · MkDocs is using Markdown, and therefore there are no available off-the-shelf variables you could use. So instead, you need to use something to preprocess your markdown …

  3. mkdocs: how to attach a downloadable file - Stack Overflow

    May 17, 2023 · project ├─mkdocs.yml ├─docs │ ├─home.md │ ├─chapter1.md │ ├─static ├─file.ext ├─image.png I am trying to find a way to "attach" file1.ext to the build, for instance …

  4. Set a custom icon for a social link with Material for Mkdocs

    Feb 12, 2025 · I am trying to make a website with MkDocs and Material. I am adding a social link that is supposed to use a custom icon I saved into the project's root directory. MkDocs is trying …

  5. Mkdocs unable to find modules - Stack Overflow

    Jan 25, 2023 · In my case, it is discovered that the folders that work all have a __init__.py file that identifies them as regular package folders. My problem is resolved by adding a __init__.py file …

  6. python - MkDocs and MathJax - Stack Overflow

    Jan 11, 2015 · I'm new to MkDocs and am writing some technical documentation that requires latex. I've successfully built a small website with one of the MkDocs themes, however it won't …

  7. Document more than one repos with MkDocs - Stack Overflow

    Dec 9, 2022 · Is there a possibility in MkDocs to "load" external packages? I use the mkdocstrings plugin to load the docstrings from my code. Its docs says, that the path must be set so that the …

  8. Mkdocs is not found, but possible to uninstall on macOS

    Aug 26, 2020 · Mkdocs is not found, but possible to uninstall on macOS Asked 5 years, 3 months ago Modified 5 years, 2 months ago Viewed 3k times

  9. markdown - MkDocs - how to create Table Of Contents from …

    Jul 30, 2019 · MkDocs - how to create Table Of Contents from mkdocs.yml inside index.md Asked 6 years, 4 months ago Modified 6 years, 4 months ago Viewed 12k times

  10. How do I specify custom primary color for mkdocs-material?

    Jul 21, 2020 · I am using mkdocs-material for creating a documentation website. How do I specify my own custom primary color and secondary color? I dont want to use any of the existing colors