configuring image filepaths correctly in mkdocs - Stack Overflow 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, traces md and the fo
mkdocs - dynamic list of child pages - Stack Overflow Is there a way to dynamically generate a list of files under the current page's folder structure in mkdocs? I'm looking for something kind of like the Confluence quot;children display quot; macro
mkdocs: how to attach a downloadable file - Stack Overflow 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 chapter1 md Any suggestions how to achieve that? Detail: I want the file to be downloadable on click
python - mkdocstrings not finding module - Stack Overflow What I have found in testing: mkdocs runs correctly, generating the expected documentation when excluding the mkdocstrings plugin mkdocstrings plugin works only if I move mypackage to the repo root Is there some kind of config setting I need to set with the plugin in the mkdocs yml to get it to recognize the module in the src folder?
html - Including extra. css with mkdocs - Stack Overflow The documentation of mkdocs describes a way to include some extra css customization without overriding an entire file as you would do with a custom_theme directory Consider the following example:
Indented paragraph in bullet list not rendering correctly I'm using MkDocs to build my documentation In my md file I have the following content: * test content in bullet list with two spaces The paragraph should be at the same indentation leve