Skip to content

Conversation

@ayushm98
Copy link

@ayushm98 ayushm98 commented Dec 28, 2025

What does this PR do?

Fixes #21371

Neptune changed their API and documentation to v3.x, which broke the existing URLs in the NeptuneLogger docstrings. This PR updates all docs.neptune.ai URLs to point to docs-legacy.neptune.ai where the v2.x documentation is hosted.

Changes

Updated 7 URLs in src/lightning/pytorch/loggers/neptune.py:

  • https://docs.neptune.ai/integrations/lightning/https://docs-legacy.neptune.ai/integrations/lightning/
  • https://docs.neptune.ai/logging/methodshttps://docs-legacy.neptune.ai/logging/methods
  • https://docs.neptune.ai/api/neptune/#init_runhttps://docs-legacy.neptune.ai/api/neptune/#init_run
  • https://docs.neptune.ai/logging/what_you_can_log/https://docs-legacy.neptune.ai/logging/what_you_can_log/
  • https://docs.neptune.ai/setup/setting_api_token/https://docs-legacy.neptune.ai/setup/setting_api_token/

All legacy URLs have been verified to be working.

Testing

  • Verified that all new URLs resolve correctly
  • No code changes, only documentation URLs updated

📚 Documentation preview 📚: https://pytorch-lightning--21452.org.readthedocs.build/en/21452/

Neptune changed their documentation to v3.x which breaks the existing
URLs in NeptuneLogger. This updates all docs.neptune.ai URLs to point
to docs-legacy.neptune.ai where the v2.x documentation is hosted.

Fixes Lightning-AI#21371
@github-actions github-actions bot added the pl Generic label for PyTorch Lightning package label Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pl Generic label for PyTorch Lightning package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken URLs on NeptuneLogger documentation page

1 participant