You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on the issue #1623, a few issues I encountered:
As we have contributing docs for compoenents like backend, gateway, I couldn't find contributing docs for documents.
The setup.py doesn't have mkdocs dependencies. A new contributor need to install the dependencies based on the failure message from mkdocs build command.
Solution
pip install -e .[docs] should install all the required dependencies for someone to build mkdocs.
Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered:
Problem
While working on the issue #1623, a few issues I encountered:
mkdocs build
command.Solution
pip install -e .[docs]
should install all the required dependencies for someone to build mkdocs.Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered: