OSCA-Kampala-Chapter / autobot

Autobot is a bot library targetted to build software bots for various platforms with ease of integration in mind
MIT License
14 stars 15 forks source link

[Docs] add audio object documentation #137

Open HassanBahati opened 1 year ago

HassanBahati commented 1 year ago

The documentation for the audio object should be rendered using docstrings

mosespace commented 1 year ago

@HassanBahati let me think that we don't need to install latest versions of this requirements.txt but install the exact python lib. in the venv ?? Ummm ??

mosespace commented 1 year ago

@HassanBahati let me think that we don't need to install latest versions of this requirements.txt but install the exact python lib. in the venv ?? Ummm ??

or i should only install:

  1. mkdocs
  2. mkdocs-material
  3. mkdocstrings
  4. mkdocstrings-python
HassanBahati commented 1 year ago

@HassanBahati let me think that we don't need to install latest versions of this requirements.txt but install the exact python lib. in the venv ?? Ummm ??

or i should only install:

  1. mkdocs
  2. mkdocs-material
  3. mkdocstrings
  4. mkdocstrings-python

@mosespace earlier we were having a problem of failing builds due to insufficient packages necessary for documentation site to build as not all packages were being installed at build stage....in that case the solution was to centralize all requirements necessary for docs into a single location and look out for that directory at time for building with is in this file . So please consider this one for the documentation packages.

You may realize that in the requirements.txt at root level, there is no package related to documentation.

mosespace commented 1 year ago

This issue needs to be closed.

It was resolved under issue #142