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
Copy file name to clipboardExpand all lines: docs/source/community/contributing.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Now that you have the repository locally, you need to set up a Python environmen
98
98
:::
99
99
100
100
::::
101
+
If you also want to edit the documentation and preview the changes locally, you will additionally need the `docs` extra dependencies. See [Editing the documentation](#editing-the-documentation) for more details.
101
102
102
103
2. Finally, initialise the [pre-commit hooks](#formatting-and-pre-commit-hooks):
103
104
@@ -271,8 +272,8 @@ To edit the documentation, ensure you have already set up a [development environ
271
272
272
273
To build the documentation locally, install the extra dependencies by running the following command from the repository root:
0 commit comments