diff --git a/docs/source/conf.py b/docs/source/conf.py index d148b1fc..383063be 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,4 +73,5 @@ "pytorch-crf", "flair", "networkx", + "fastapi", ] diff --git a/docs/source/usage/installation_getting_started.rst b/docs/source/usage/installation_getting_started.rst index 3cd458ac..f4d1f455 100644 --- a/docs/source/usage/installation_getting_started.rst +++ b/docs/source/usage/installation_getting_started.rst @@ -97,7 +97,7 @@ streamlit (Installed along with the package). For example, this command runs all on your local machine might take time and memory. We have tested this on a 16GB MacBook Pro and works well. All the demos run on CPU for now and does not make use of any GPU, even when present. -.. code-block:: +.. code-block:: bash streamlit run all_apps.py