2019-09-16 11:34:24 +03:00
|
|
|
---
|
|
|
|
name: Bug
|
|
|
|
about: Report a bug
|
2020-04-07 21:26:58 +03:00
|
|
|
title: ''
|
2020-10-18 12:38:45 +03:00
|
|
|
labels: bug
|
2020-04-07 21:26:58 +03:00
|
|
|
assignees: ''
|
2019-09-16 11:34:24 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
|
|
|
⚠️ WARNING
|
|
|
|
|
|
|
|
Half of all issues created do not contain enough information to help or are
|
|
|
|
not appropriate for the issue tracker (i.e. one-line questions). If you think
|
|
|
|
you found a bug, follow the steps outlined below closely. Any issue that does
|
|
|
|
not meet these conditions may be closed unnoticed.
|
|
|
|
|
|
|
|
Why? Because the maintainers of this project are wasting a lot of time
|
|
|
|
answering questions that are not directly related to this project.
|
2019-09-16 11:39:34 +03:00
|
|
|
|
2020-10-18 12:38:45 +03:00
|
|
|
Make sure that your request fulfills ALL of the following requirements. If one
|
|
|
|
requirement cannot be satisfied, please explain in detail why.
|
2019-09-16 11:34:24 +03:00
|
|
|
-->
|
|
|
|
|
2020-10-18 12:38:45 +03:00
|
|
|
- [ ] I've read the [contribution guidelines][1] and agree with them
|
|
|
|
|
|
|
|
__I've found a bug and checked that ...__
|
2019-09-16 11:34:24 +03:00
|
|
|
|
|
|
|
- [ ] ... the problem doesn't occur with the default MkDocs template
|
|
|
|
- [ ] ... the problem is not in any of my customizations (CSS, JS, template)
|
2020-10-18 12:38:45 +03:00
|
|
|
- [ ] ... the documentation does not mention anything about my problem
|
2019-09-16 11:34:24 +03:00
|
|
|
- [ ] ... there are no open or closed issues that are related to my problem
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
<!-- Please provide a brief description of the bug -->
|
|
|
|
|
|
|
|
### Expected behavior
|
|
|
|
|
2020-10-18 12:38:45 +03:00
|
|
|
<!-- Please describe what you expect to happen -->
|
2019-09-16 11:34:24 +03:00
|
|
|
|
|
|
|
### Actual behavior
|
|
|
|
|
|
|
|
<!-- Please describe what is actually happening -->
|
|
|
|
|
|
|
|
### Steps to reproduce the bug
|
|
|
|
|
|
|
|
<!-- Please provide the steps to repoduce the issue -->
|
|
|
|
|
|
|
|
1. ...
|
|
|
|
2. ...
|
|
|
|
3. ...
|
|
|
|
|
|
|
|
### Package versions
|
|
|
|
|
|
|
|
<!-- Please provide all package versions -->
|
|
|
|
|
|
|
|
* Python: `python --version`
|
|
|
|
* MkDocs: `mkdocs --version`
|
|
|
|
* Material: `pip show mkdocs-material | grep -E ^Version`
|
|
|
|
|
|
|
|
### Project configuration
|
|
|
|
|
2020-10-18 12:38:45 +03:00
|
|
|
<!-- Please provide your mkdocs.yml to a reasonable amount of detail -->
|
2019-09-16 11:34:24 +03:00
|
|
|
|
|
|
|
``` yaml
|
|
|
|
The contents of your mkdocs.yml
|
|
|
|
```
|
|
|
|
|
|
|
|
### System information
|
|
|
|
|
|
|
|
<!-- Please provide your operating system and browser version -->
|
|
|
|
|
2019-09-16 11:36:57 +03:00
|
|
|
* OS: ...
|
|
|
|
* Browser: ...
|
2020-10-18 12:38:45 +03:00
|
|
|
|
|
|
|
[1]: https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md
|