Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkdocs: support extra_css & extra_javascript #215

Open
casperdcl opened this issue Sep 20, 2021 · 0 comments
Open

mkdocs: support extra_css & extra_javascript #215

casperdcl opened this issue Sep 20, 2021 · 0 comments
Assignees

Comments

@casperdcl
Copy link
Contributor

casperdcl commented Sep 20, 2021

Is your feature request related to a problem? Please describe.

mkdocs supports extra config, e.g.:

mkdocs_config:
  extra_css: [somefile.css, somedir/another.css]
  extra_javascript: [js/more.js]

but pydoc-markdown doesn't copy those files over.

Describe the solution you'd like

Automatically pick up and copy these files.

Or at least document a work-around.

Describe alternatives you've considered

work-around:

hooks:
  post-render:
  - cp -r somefile.css somedir/ js/ build/docs/content/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants