1. 19 Nov, 2021 1 commit
    • moto's avatar
      Disable SPHINXOPT=-W for local env (#2013) · 3ff46bfa
      moto authored
      Summary:
      With the introduction of tutorials, the turn around time for doc build
      has become longer. By default, the tutorial is not built but SPHINXOPT=-W
      treats it as error.
      
      This commit disable the option for the local build while keeping it
      for the CI.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2013
      
      Reviewed By: carolineechen
      
      Differential Revision: D32538952
      
      Pulled By: mthrok
      
      fbshipit-source-id: eae4ffd87100dff466f91abfe26a82aa702d605a
      3ff46bfa
  2. 04 Nov, 2021 1 commit
    • moto's avatar
      [DOC] Default to not build gallery (#1977) · 5898edba
      moto authored
      With the introduction of TTS tutorial (#1973), it takes more than couple of minutes
      to build documentation. This commit makes the doc build process defaults to
      not build tutorials.
      
      To build tutorials one can use environment variable `BUILD_GALLERY=1`,
      and set `GALLERY_PATTERN=...` to filter the tutorials to build.
      
      This `GALLERY_PATTERN` is same approach as in `tutorials` repo.
      
      https://github.com/pytorch/tutorials/blob/cbf2238df0e78d84c15bd94288966d2f4b2e83ae/conf.py#L75-L83
      
      Also this commit dynamically parse the subdirectory of `examples/gallery` so that when a new category of examples are added, it will automatically parsed.
      5898edba
  3. 08 Dec, 2020 1 commit
    • moto's avatar
      Fbsync (#1038) · a2085b85
      moto authored
      * Import torchaudio #1034 70f429a4
      
      Summary: Import torchaudio #1027 0cf4b8a9
      
      Reviewed By: vincentqb, cpuhrsch
      
      Differential Revision: D24958707
      
      fbshipit-source-id: d06dd6b59197cc2c16bec5a9012cbf33a172b6b3
      
      * Import torchaudio #1066 4406a6bb
      
      Summary: Import up to #1066
      
      Reviewed By: cpuhrsch
      
      Differential Revision: D25373068
      
      fbshipit-source-id: 890d36a25259b93428b3037c3123ff5a2cacfa04
      a2085b85
  4. 13 Nov, 2020 1 commit