Releases: airtai/nbdev-mkdocs
Releases · airtai/nbdev-mkdocs
v0.6.1
New Features
- Create new CLI command "nbdev mkdocs readme" (#206), thanks to @harishmohanraj
Bugs Squashed
-
Do not run "nbdev_docs" while running "nbdev_mkdocs docs" (#208), thanks to @harishmohanraj
-
AttributeError: module 'openai' has no attribute 'error (#212), thanks to @harishmohanraj
v0.6.0
New Features
- Support for Python 3.7 has been removed.
Bugs Squashed
-
Add correct URL to mkdocs config file when executing the social image generate CLI command (#202), thanks to @harishmohanraj
-
Fix docs build failure on Windows (#194), thanks to @harishmohanraj
v0.5.1
Bugs Squashed
- Fix the misalignment of class methods in the documentation (#186), thanks to @harishmohanraj
- Fix build failures when the repository and exported library names differ (#184), thanks to
@harishmohanraj
v0.5.0
New Features
- Replace static parsing of source files with dynamic import from library when extracting symbols (#180), thanks to
@harishmohanraj
v0.4.0
Bugs Squashed
- Callout does not work (#179), thanks to @harishmohanraj
v0.3.0
v0.2.2
Bugs Squashed
- Don't run nbdev_readme automatically (#168), thanks to @harishmohanraj
- Closes #166