<div dir="ltr"><div><div>Eric,<br><br></div>Thanks for finding that command to shut off copyright.  I've updated the series to add it.<br><br></div>Laura<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 1, 2018 at 7:29 AM, Dylan Baker <span dir="ltr"><<a href="mailto:dylan@pnwbakers.com" target="_blank">dylan@pnwbakers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Eric Engestrom (2018-06-01 02:41:36)<br>
<div><div class="h5">> On Thursday, 2018-05-31 14:00:24 -0700, Dylan Baker wrote:<br>
> > Quoting Laura Ekstrand (2018-05-24 17:27:09)<br>
> > > From: Jean Hertel <<a href="mailto:jean.hertel@hotmail.com">jean.hertel@hotmail.com</a>><br>
> > > <br>
> > > This tells Sphinx how to build our website from reStructured Text.<br>
> > > <br>
> > > Signed-off-by: Jean Hertel <<a href="mailto:jean.hertel@hotmail.com">jean.hertel@hotmail.com</a>><br>
> > > ---<br>
> > >  docs/conf.py | 162 ++++++++++++++++++++++++++++++<wbr>+++++++++++++++++++++++++++++<br>
> > >  1 file changed, 162 insertions(+)<br>
> > >  create mode 100644 docs/conf.py<br>
> > > <br>
> > > diff --git a/docs/conf.py b/docs/conf.py<br>
> > > new file mode 100644<br>
> > > index 0000000000..dcdbdd51db<br>
> > > --- /dev/null<br>
> > > +++ b/docs/conf.py<br>
> > > @@ -0,0 +1,162 @@<br>
> > > +#!/usr/bin/env python3<br>
> > > +# -*- coding: utf-8 -*-<br>
> > > +<br>
> > > +import sphinx_rtd_theme<br>
> > > +<br>
> > > +#<br>
> > > +# The Mesa 3D Graphics Library documentation build configuration file, created by<br>
> > > +# sphinx-quickstart on Wed Mar 29 14:08:51 2017.<br>
> > > +#<br>
> > > +# This file is execfile()d with the current directory set to its<br>
> > > +# containing dir.<br>
> > > +#<br>
> > > +# Note that not all possible configuration values are present in this<br>
> > > +# autogenerated file.<br>
> > > +#<br>
> > > +# All configuration values have a default; values that are commented out<br>
> > > +# serve to show the default.<br>
> > > +<br>
> > > +# If extensions (or modules to document with autodoc) are in another directory,<br>
> > > +# add these directories to sys.path here. If the directory is relative to the<br>
> > > +# documentation root, use os.path.abspath to make it absolute, like shown here.<br>
> > > +#<br>
> > > +# import os<br>
> > > +# import sys<br>
> > > +# sys.path.insert(0, os.path.abspath('.'))<br>
> > > +<br>
> > > +<br>
> > > +# -- General configuration ------------------------------<wbr>------------------<br>
> > > +<br>
> > > +# If your documentation needs a minimal Sphinx version, state it here.<br>
> > > +#<br>
> > > +# needs_sphinx = '1.0'<br>
> > > +<br>
> > > +# Add any Sphinx extension module names here, as strings. They can be<br>
> > > +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom<br>
> > > +# ones.<br>
> > > +extensions = []<br>
> > > +<br>
> > > +# Add any paths that contain templates here, relative to this directory.<br>
> > > +templates_path = ['_templates']<br>
> > > +<br>
> > > +# The suffix(es) of source filenames.<br>
> > > +# You can specify multiple suffix as a list of string:<br>
> > > +#<br>
> > > +# source_suffix = ['.rst', '.md']<br>
> > > +source_suffix = '.rst'<br>
> > > +<br>
> > > +# The master toctree document.<br>
> > > +master_doc = 'index'<br>
> > > +<br>
> > > +# General information about the project.<br>
> > > +project = 'The Mesa 3D Graphics Library'<br>
> > > +copyright = '2017, Brian Paul'<br>
> > > +author = 'Brian Paul'<br>
> > <br>
> > Is this actually going to the final page?<br>
> <br>
> It's what appears at the bottom of every page.<br>
> <br>
> > Because this doesn't reflect the reality of the copyrights of mesa.<br>
> <br>
> Agreed; I think it's best left out, as there's no way to sanely reflect<br>
> the complex copyrights of mesa in a signature on each webpage. The<br>
> license page [1] already does that job.<br>
> <br>
> -copyright = '2017, Brian Paul'<br>
> +html_show_copyright = False<br>
> <br>
> [1] <a href="https://mesa3d.org/license.html" rel="noreferrer" target="_blank">https://mesa3d.org/license.<wbr>html</a><br>
> <br>
<br>
</div></div>This seems like the most reasonable solution to me.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dylan<br>
</font></span></blockquote></div><br></div>