Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
  2. Jun 13, 2016
    • Paul Sokolovsky's avatar
      docs: Rebuild docs from scratch, as required for proper only:: handling. · 51805e4a
      Paul Sokolovsky authored
      Docs are now by default rebuilt from scratch, as required to build
      conditionalized (i.e. using only:: directive) docs across different
      output types. We have pretty small docset, so that's still rather fast.
      However, if that's a concern, incremental rebuilds can be used by
      passing "FORCE=" (nothing after =) as a make parameter. This will work
      when using the same output type (e.g. only "html").
      51805e4a
  3. Jun 12, 2016
  4. Jun 11, 2016
    • Paul Sokolovsky's avatar
      docs/conf.py: Active sphinx_selective_exclude extensions. · 91031b60
      Paul Sokolovsky authored
      For modindex_exclude extension, per-port module excludes are also added.
      With these changes, it's possible to generate docs for a particular port
      devoid of any superfluous and unrelated content, including in indexes and
      full-text search - with small caveat: when generating PDF docs after HTML,
      or vice-versa cached internal doctree representation (build/*/doctrees/)
      must be removed first.
      91031b60
    • Paul Sokolovsky's avatar
      docs: Add sphinx_selective_exclude extension suite. · f6d01b8b
      Paul Sokolovsky authored
      Designed specifically to workaround issues we were facing with generating
      multiple conditionalized output docsets from a single master doctree.
      Extensions were factored out into a separate project, based on the fact
      that many other Sphinx users experience similar or related problems:
      https://github.com/pfalcon/sphinx_selective_exclude
      
      Corresponds to the 182f4a8da57 upstream revision.
      f6d01b8b
  5. Jun 10, 2016
  6. Jun 09, 2016
  7. Jun 08, 2016
  8. Jun 07, 2016
  9. Jun 06, 2016
  10. Jun 04, 2016
Loading