Update pytorch docs by artemisart · Pull Request #2117 · freeCodeCamp/devdocs

First time contributing and using ruby, currently I can't generate it locally as I have an error downloading the documentation from pytorch.org, I'm trying to figure it out (I have the same error for all documentations):

Queue:   pytorch.org/docs/1.9.1/
ERROR:                                                                                                                                       ] [0/1] [  0.00%] [00:00] [00:00] [0.00/s]
  https://pytorch.org/docs/1.9.1/
  RuntimeError: Error status code (0): SSL peer certificate or SSH remote key was not OK
    https://pytorch.org/docs/1.9.1/



  C:/Users/artde/Documents/devdocs/lib/docs/core/scrapers/url_scraper.rb:49:in `process_response?'
  C:/Users/artde/Documents/devdocs/lib/docs/core/scraper.rb:158:in `handle_response'
  C:/Users/artde/Documents/devdocs/lib/docs/core/scraper.rb:77:in `block in build_pages'
  C:/Users/artde/Documents/devdocs/lib/docs/core/requester.rb:59:in `block (2 levels) in handle_response'
  C:/Users/artde/Documents/devdocs/lib/docs/core/requester.rb:58:in `each'
  C:/Users/artde/Documents/devdocs/lib/docs/core/requester.rb:58:in `block in handle_response'
  C:/Users/artde/Documents/devdocs/lib/docs/core/doc.rb:115:in `block in store_pages'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:87:in `block (2 levels) in replace'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:182:in `track_touched'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:87:in `block in replace'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:170:in `lock'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:87:in `replace'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:85:in `block in replace'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:144:in `open_yield_close'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:30:in `open'
  C:/Users/artde/Documents/devdocs/lib/docs/storage/abstract_store.rb:85:in `replace'
  C:/Users/artde/Documents/devdocs/lib/docs/core/doc.rb:114:in `store_pages'
  C:/Users/artde/Documents/devdocs/lib/docs.rb:100:in `generate'
  C:/Users/artde/Documents/devdocs/lib/tasks/docs.thor:303:in `generate_doc'
  C:/Users/artde/Documents/devdocs/lib/tasks/docs.thor:105:in `generate'

If you're updating existing documentation to its latest version, please ensure that you have:

  • Updated the versions and releases in the scraper file
  • Ensured the license is up-to-date and that the documentation's entry in the array in about_tmpl.coffee matches its data in self.attribution
  • Ensured the icons and the SOURCE file in public/icons/your_scraper_name/ are up-to-date if the documentation has a custom icon
  • Ensured self.links contains up-to-date urls if self.links is defined
  • Tested the changes locally to ensure:
    • The scraper still works without errors
    • The scraped documentation still looks consistent with the rest of DevDocs
    • The categorization of entries is still good

I can't find any documentation entries in about_tmpl.js?