The released version of the docs, for v0.38.0 has the Changelog link commented out:
while the latest version shows it:
How to Reproduce
...
...
...
Expected behavior
Environment Context
Use the `about()` function to summarize information on operating system, python version and dependencies.
```python
from mitiq import about
about()
```
Additional Python Environment Details (`pip freeze` or `conda list`):
```
Copy and paste the output of `pip freeze` or `conda list` here.
```
Issue Description
The released version of the docs, for v0.38.0 has the Changelog link commented out:
while the latest version shows it:
How to Reproduce
Expected behavior
Environment Context
Use the `about()` function to summarize information on operating system, python version and dependencies. ```python from mitiq import about about() ``` Additional Python Environment Details (`pip freeze` or `conda list`): ``` Copy and paste the output of `pip freeze` or `conda list` here. ```