Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Commits
9ae64aaf
Commit
9ae64aaf
authored
1 year ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
docs: mention sphinx deps
parent
cd56cd80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#6689
passed
1 year ago
Stage: check
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/badge/firmware-development.rst
+9
-1
9 additions, 1 deletion
docs/badge/firmware-development.rst
with
9 additions
and
1 deletion
docs/badge/firmware-development.rst
+
9
−
1
View file @
9ae64aaf
...
...
@@ -50,7 +50,7 @@ To compile, see `Working on C st3m code`_.
For running the simulator, you'll need Python 3 with pygame and wasmer:
::
A
::
$ python3 -m venv venv
$ . venv/bin/activate
...
...
@@ -223,6 +223,14 @@ Writing Docs
Automatically updated on CI runs of the main branch and lives under https://docs.flow3r.garden.
You will need ``sphinx`` and ``sphinx_rtd_theme`` installed. If you're not usinx Nix, install these via venv:
::
$ python3 -m venv venv
$ venv/bin/pip install sphinx sphinx_rtd_theme
$ . venv/bin/activate
To build the docs locally:
::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment