Skip to content

Commit

Permalink
docs: Update versions of build dependencies
Browse files Browse the repository at this point in the history
Also adjust the docs build configuration for improved output.
  • Loading branch information
albertofaria committed Oct 31, 2021
1 parent 046fb41 commit 50a963d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
}

breathe_show_define_initializer = True
breathe_show_enumvalue_initializer = True

# ---------------------------------------------------------------------------- #
# extension configuration -- versionwarning.extension
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# documentation build dependencies
breathe==4.19.2
breathe==4.31.0
sphinx-version-warning==1.1.2
sphinx==3.1.2
sphinx==4.2.0
8 changes: 8 additions & 0 deletions docs/static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/* -------------------------------------------------------------------------- */
/* omit "static" and "inline" in API reference */

dl.function > dt > span.target + span.k,
dl.function > dt > span.target + span.k + span.w + span.k {
display: none;
}

/* -------------------------------------------------------------------------- */
/* separators before second-level headings */

Expand Down

0 comments on commit 50a963d

Please sign in to comment.