Displaying 2 results from an estimated 2 matches for "sphinxopts".
2020 Sep 24
1
[RFC] Documentation: nouveau: Introduce some nouveau documentation
...sts and pushes, which at its most verbose
is something like:
docs:
stage: test
before_script:
# Pin Sphinx to a particular major version
- python3 -m venv ~/docs-venv
- source ~/docs-venv/bin/activate
- pip install "sphinx<3"
- pushd path/to/docs
script: make SPHINXOPTS="-W" html
artifacts:
paths:
- path/to/docs/_build/
only:
refs:
- merge_requests
- main
After that, you just deploy documentation changes to a particular branch
updates:
pages:
stage: deploy
dependencies:
- docs
script:
- mv path/to/docs/_build...
2020 Sep 24
3
[RFC] Documentation: nouveau: Introduce some nouveau documentation
On Wed, Sep 23, 2020 at 11:36:54PM +0200, Karol Herbst wrote:
> On Wed, Sep 23, 2020 at 10:39 PM Jeremy Cline <jcline at redhat.com> wrote:
> >
> > On Wed, Sep 23, 2020 at 09:02:45PM +0200, Karol Herbst wrote:
> > > On Fri, Sep 11, 2020 at 6:21 PM Jeremy Cline <jcline at redhat.com> wrote:
> >
> > <snip>
> >
> > > yeah, I think