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 files.

  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 as a link in …

  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 to load the …

  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 to a …

  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 properly display …

  7. MkDocs with auto generated References - Stack Overflow

    Feb 27, 2023 · FWIW, the current automatic-code-reference page suggests using the mkdocs-gen-files plugin and mkdocs-literate-nav with a bespoke script to generate md files with the ::: identifier and …

  8. 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 module to …

  9. 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

  10. Can I influence the order of directories and pages in mkdocs/mkdocs ...

    Aug 3, 2023 · Another mkdocs plugin that does a great job of this is mkdocs-awesome-pages-plugin which lets you order the pages by creating a .site file in your docs directory, where you can specify …