Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

# Setup

```bash
pip install -e ".[dev]" # Installs dev dependencies
pip install git+https://github.com/huggingface/doc-builder # Installs doc-builder
Comment on lines +19 to +21
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, i think this is a bit redundant as the package installation is detailed in lines 23 and 45 in main branch


```

# Generating the documentation

To generate the documentation, you first have to build it. Several packages are necessary to build the doc,
Expand Down