1. 30 Jun, 2020 1 commit
  2. 03 Jun, 2020 1 commit
  3. 18 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 9a1b0cec
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Depends-On: https://review.opendev.org/728938
      Change-Id: Iec4e4b3ed18e36d8ee1942e45e290ce292e7f881
      9a1b0cec
  4. 04 May, 2020 1 commit
  5. 27 Apr, 2020 1 commit
  6. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · 87d2e490
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I9513860cc02287ab987d22f3403bb19bd07c28a9
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      87d2e490
    • Sean McGinnis's avatar
      Add py38 package metadata · 6d20f413
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I2347b02a274ea901705010dbf4139fc6db2557bb
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      6d20f413
  7. 17 Apr, 2020 1 commit
  8. 16 Apr, 2020 1 commit
  9. 14 Apr, 2020 2 commits
  10. 30 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · b93610d0
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Ignore W504 line break after binary operator
      
      Change-Id: Ice5627d714bad308bcf2e467a553d2d2297ea337
      b93610d0
  11. 13 Mar, 2020 1 commit
  12. 11 Feb, 2020 1 commit
  13. 06 Feb, 2020 1 commit
  14. 30 Jan, 2020 4 commits
  15. 09 Jan, 2020 1 commit
  16. 02 Dec, 2019 1 commit
  17. 25 Oct, 2019 1 commit
    • caoyuan's avatar
      tox: Keeping going with docs · 9e70fdad
      caoyuan authored
      Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      Change-Id: I2831ab17d943638062b709882c7a1cc481e46476
      9e70fdad
  18. 24 Oct, 2019 1 commit
  19. 12 Oct, 2019 1 commit
    • pengyuesheng's avatar
      Bump the openstackdocstheme extension to 1.20 · 6eb5a871
      pengyuesheng authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Change-Id: Ic626d2dc2974ac6ac7b6a816963995915e723ec7
      6eb5a871
  20. 10 Oct, 2019 1 commit
  21. 25 Sep, 2019 1 commit
  22. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · e0e99ea8
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: I8ff0ce893c9bc2bc758fdee083be8666b6e23164
      Sem-Ver: feature
      e0e99ea8
  23. 12 Aug, 2019 1 commit
  24. 19 Jul, 2019 1 commit
  25. 08 Jul, 2019 1 commit
  26. 05 Jul, 2019 2 commits
  27. 25 Jun, 2019 2 commits
    • Zuul's avatar
      Merge "Enable JSON results output" · d77fbb21
      Zuul authored
      d77fbb21
    • Ben Nemec's avatar
      Address nits from json change · 3113a9a9
      Ben Nemec authored
      Remove the unnecessary global definition, remove the TODO comment
      that is no longer relevant since we've added JSON support, and
      move the comment about lazy translation back to the code that it
      refers to.
      
      Change-Id: I6d4e60f94c53a6f922a39dca7afee4793a7be304
      3113a9a9
  28. 17 Jun, 2019 1 commit
  29. 11 Jun, 2019 1 commit
    • Sean McGinnis's avatar
      Enable JSON results output · 3a92c6e0
      Sean McGinnis authored
      
      
      This takes a lighter weight approach to allowing output to be formatted
      as JSON than switching over to using cliff. This adds the --json flag
      argument that will format the printed results in a much more compact
      JSON format.
      
      Change-Id: I54f3f347b0d7da4385ffcbfa5da61c83657f390c
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      3a92c6e0
  30. 03 Jun, 2019 1 commit
    • jacky06's avatar
      Sync Sphinx requirement · 18781536
      jacky06 authored
      Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      
      Change-Id: I676fdc12fe0bb1278754d6f21c6a113b4182186f
      Closes-Bug: #1831406
      18781536
  31. 27 May, 2019 1 commit
  32. 03 May, 2019 1 commit
  33. 19 Apr, 2019 1 commit