# {py:mod}`docs.conf`

```{py:module} docs.conf
```

```{autodoc2-docstring} docs.conf
:allowtitles:
```

## Module Contents

### Data

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`__metadata__ <docs.conf.__metadata__>`
  - ```{autodoc2-docstring} docs.conf.__metadata__
    :summary:
    ```
* - {py:obj}`author <docs.conf.author>`
  - ```{autodoc2-docstring} docs.conf.author
    :summary:
    ```
* - {py:obj}`autodoc2_packages <docs.conf.autodoc2_packages>`
  - ```{autodoc2-docstring} docs.conf.autodoc2_packages
    :summary:
    ```
* - {py:obj}`autodoc2_render_plugin <docs.conf.autodoc2_render_plugin>`
  - ```{autodoc2-docstring} docs.conf.autodoc2_render_plugin
    :summary:
    ```
* - {py:obj}`autodoc2_sort_names <docs.conf.autodoc2_sort_names>`
  - ```{autodoc2-docstring} docs.conf.autodoc2_sort_names
    :summary:
    ```
* - {py:obj}`bibtex_bibfiles <docs.conf.bibtex_bibfiles>`
  - ```{autodoc2-docstring} docs.conf.bibtex_bibfiles
    :summary:
    ```
* - {py:obj}`copyright <docs.conf.copyright>`
  - ```{autodoc2-docstring} docs.conf.copyright
    :summary:
    ```
* - {py:obj}`exclude_patterns <docs.conf.exclude_patterns>`
  - ```{autodoc2-docstring} docs.conf.exclude_patterns
    :summary:
    ```
* - {py:obj}`extensions <docs.conf.extensions>`
  - ```{autodoc2-docstring} docs.conf.extensions
    :summary:
    ```
* - {py:obj}`html_context <docs.conf.html_context>`
  - ```{autodoc2-docstring} docs.conf.html_context
    :summary:
    ```
* - {py:obj}`html_favicon <docs.conf.html_favicon>`
  - ```{autodoc2-docstring} docs.conf.html_favicon
    :summary:
    ```
* - {py:obj}`html_sidebars <docs.conf.html_sidebars>`
  - ```{autodoc2-docstring} docs.conf.html_sidebars
    :summary:
    ```
* - {py:obj}`html_static_path <docs.conf.html_static_path>`
  - ```{autodoc2-docstring} docs.conf.html_static_path
    :summary:
    ```
* - {py:obj}`html_theme <docs.conf.html_theme>`
  - ```{autodoc2-docstring} docs.conf.html_theme
    :summary:
    ```
* - {py:obj}`html_theme_options <docs.conf.html_theme_options>`
  - ```{autodoc2-docstring} docs.conf.html_theme_options
    :summary:
    ```
* - {py:obj}`html_theme_path <docs.conf.html_theme_path>`
  - ```{autodoc2-docstring} docs.conf.html_theme_path
    :summary:
    ```
* - {py:obj}`html_title <docs.conf.html_title>`
  - ```{autodoc2-docstring} docs.conf.html_title
    :summary:
    ```
* - {py:obj}`intersphinx_mapping <docs.conf.intersphinx_mapping>`
  - ```{autodoc2-docstring} docs.conf.intersphinx_mapping
    :summary:
    ```
* - {py:obj}`locale_dirs <docs.conf.locale_dirs>`
  - ```{autodoc2-docstring} docs.conf.locale_dirs
    :summary:
    ```
* - {py:obj}`myst_dmath_double_inline <docs.conf.myst_dmath_double_inline>`
  - ```{autodoc2-docstring} docs.conf.myst_dmath_double_inline
    :summary:
    ```
* - {py:obj}`myst_enable_checkboxes <docs.conf.myst_enable_checkboxes>`
  - ```{autodoc2-docstring} docs.conf.myst_enable_checkboxes
    :summary:
    ```
* - {py:obj}`myst_enable_extensions <docs.conf.myst_enable_extensions>`
  - ```{autodoc2-docstring} docs.conf.myst_enable_extensions
    :summary:
    ```
* - {py:obj}`myst_footnote_transition <docs.conf.myst_footnote_transition>`
  - ```{autodoc2-docstring} docs.conf.myst_footnote_transition
    :summary:
    ```
* - {py:obj}`myst_heading_anchors <docs.conf.myst_heading_anchors>`
  - ```{autodoc2-docstring} docs.conf.myst_heading_anchors
    :summary:
    ```
* - {py:obj}`myst_url_schemes <docs.conf.myst_url_schemes>`
  - ```{autodoc2-docstring} docs.conf.myst_url_schemes
    :summary:
    ```
* - {py:obj}`nitpicky <docs.conf.nitpicky>`
  - ```{autodoc2-docstring} docs.conf.nitpicky
    :summary:
    ```
* - {py:obj}`project <docs.conf.project>`
  - ```{autodoc2-docstring} docs.conf.project
    :summary:
    ```
* - {py:obj}`release <docs.conf.release>`
  - ```{autodoc2-docstring} docs.conf.release
    :summary:
    ```
* - {py:obj}`suppress_warnings <docs.conf.suppress_warnings>`
  - ```{autodoc2-docstring} docs.conf.suppress_warnings
    :summary:
    ```
* - {py:obj}`templates_path <docs.conf.templates_path>`
  - ```{autodoc2-docstring} docs.conf.templates_path
    :summary:
    ```
* - {py:obj}`version <docs.conf.version>`
  - ```{autodoc2-docstring} docs.conf.version
    :summary:
    ```
* - {py:obj}`viewcode_line_numbers <docs.conf.viewcode_line_numbers>`
  - ```{autodoc2-docstring} docs.conf.viewcode_line_numbers
    :summary:
    ```
````

### API

````{py:data} __metadata__
:canonical: docs.conf.__metadata__
:value: >
   'load(...)'

```{autodoc2-docstring} docs.conf.__metadata__
```

````

````{py:data} author
:canonical: docs.conf.author
:value: >
   'Research Data and Communication Technologies Benefit Corp.'

```{autodoc2-docstring} docs.conf.author
```

````

````{py:data} autodoc2_packages
:canonical: docs.conf.autodoc2_packages
:value: >
   None

```{autodoc2-docstring} docs.conf.autodoc2_packages
```

````

````{py:data} autodoc2_render_plugin
:canonical: docs.conf.autodoc2_render_plugin
:value: >
   'myst'

```{autodoc2-docstring} docs.conf.autodoc2_render_plugin
```

````

````{py:data} autodoc2_sort_names
:canonical: docs.conf.autodoc2_sort_names
:value: >
   True

```{autodoc2-docstring} docs.conf.autodoc2_sort_names
```

````

````{py:data} bibtex_bibfiles
:canonical: docs.conf.bibtex_bibfiles
:value: >
   ['refs.bib']

```{autodoc2-docstring} docs.conf.bibtex_bibfiles
```

````

````{py:data} copyright
:canonical: docs.conf.copyright
:value: >
   '2026'

```{autodoc2-docstring} docs.conf.copyright
```

````

````{py:data} exclude_patterns
:canonical: docs.conf.exclude_patterns
:value: >
   ['.*', 'Thumbs.db', '.DS_Store']

```{autodoc2-docstring} docs.conf.exclude_patterns
```

````

````{py:data} extensions
:canonical: docs.conf.extensions
:value: >
   ['autodoc2', 'myst_parser', 'sphinx.ext.githubpages', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode...

```{autodoc2-docstring} docs.conf.extensions
```

````

````{py:data} html_context
:canonical: docs.conf.html_context
:value: >
   None

```{autodoc2-docstring} docs.conf.html_context
```

````

````{py:data} html_favicon
:canonical: docs.conf.html_favicon
:value: >
   '_static/favicon-32x32.png'

```{autodoc2-docstring} docs.conf.html_favicon
```

````

````{py:data} html_sidebars
:canonical: docs.conf.html_sidebars
:value: >
   None

```{autodoc2-docstring} docs.conf.html_sidebars
```

````

````{py:data} html_static_path
:canonical: docs.conf.html_static_path
:value: >
   ['_static']

```{autodoc2-docstring} docs.conf.html_static_path
```

````

````{py:data} html_theme
:canonical: docs.conf.html_theme
:value: >
   'sphinx_book_theme'

```{autodoc2-docstring} docs.conf.html_theme
```

````

````{py:data} html_theme_options
:canonical: docs.conf.html_theme_options
:value: >
   None

```{autodoc2-docstring} docs.conf.html_theme_options
```

````

````{py:data} html_theme_path
:canonical: docs.conf.html_theme_path
:value: >
   None

```{autodoc2-docstring} docs.conf.html_theme_path
```

````

````{py:data} html_title
:canonical: docs.conf.html_title
:value: >
   None

```{autodoc2-docstring} docs.conf.html_title
```

````

````{py:data} intersphinx_mapping
:canonical: docs.conf.intersphinx_mapping
:value: >
   None

```{autodoc2-docstring} docs.conf.intersphinx_mapping
```

````

````{py:data} locale_dirs
:canonical: docs.conf.locale_dirs
:value: >
   ['_locales']

```{autodoc2-docstring} docs.conf.locale_dirs
```

````

````{py:data} myst_dmath_double_inline
:canonical: docs.conf.myst_dmath_double_inline
:value: >
   True

```{autodoc2-docstring} docs.conf.myst_dmath_double_inline
```

````

````{py:data} myst_enable_checkboxes
:canonical: docs.conf.myst_enable_checkboxes
:value: >
   True

```{autodoc2-docstring} docs.conf.myst_enable_checkboxes
```

````

````{py:data} myst_enable_extensions
:canonical: docs.conf.myst_enable_extensions
:value: >
   ['amsmath', 'attrs_block', 'attrs_inline', 'colon_fence', 'deflist', 'dollarmath', 'fieldlist', 'htm...

```{autodoc2-docstring} docs.conf.myst_enable_extensions
```

````

````{py:data} myst_footnote_transition
:canonical: docs.conf.myst_footnote_transition
:value: >
   True

```{autodoc2-docstring} docs.conf.myst_footnote_transition
```

````

````{py:data} myst_heading_anchors
:canonical: docs.conf.myst_heading_anchors
:value: >
   2

```{autodoc2-docstring} docs.conf.myst_heading_anchors
```

````

````{py:data} myst_url_schemes
:canonical: docs.conf.myst_url_schemes
:value: >
   None

```{autodoc2-docstring} docs.conf.myst_url_schemes
```

````

````{py:data} nitpicky
:canonical: docs.conf.nitpicky
:value: >
   True

```{autodoc2-docstring} docs.conf.nitpicky
```

````

````{py:data} project
:canonical: docs.conf.project
:value: >
   None

```{autodoc2-docstring} docs.conf.project
```

````

````{py:data} release
:canonical: docs.conf.release
:value: >
   None

```{autodoc2-docstring} docs.conf.release
```

````

````{py:data} suppress_warnings
:canonical: docs.conf.suppress_warnings
:value: >
   ['myst.strikethrough']

```{autodoc2-docstring} docs.conf.suppress_warnings
```

````

````{py:data} templates_path
:canonical: docs.conf.templates_path
:value: >
   ['_templates']

```{autodoc2-docstring} docs.conf.templates_path
```

````

````{py:data} version
:canonical: docs.conf.version
:value: >
   'join(...)'

```{autodoc2-docstring} docs.conf.version
```

````

````{py:data} viewcode_line_numbers
:canonical: docs.conf.viewcode_line_numbers
:value: >
   True

```{autodoc2-docstring} docs.conf.viewcode_line_numbers
```

````
