Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/buildoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ options (this list may not be exhaustive):
python-for-android computes it from ``--version``. If the computed value is
too large, keep the display version in ``--version`` and set a valid
``--numeric-version``. See Android's
`versionCode documentation <https://developer.android.com/tools/publishing/versioning>`__.
`versionCode documentation <https://developer.android.com/studio/publish/versioning>`__.
- ``--orientation``: The orientations that the app will display in.
(Available options are ``portrait``, ``landscape``, ``portrait-reverse``, ``landscape-reverse``).
Since Android ignores ``android:screenOrientation`` when in multi-window mode
Expand Down Expand Up @@ -159,7 +159,7 @@ ready.
python-for-android computes it from ``--version``. If the computed value is
too large, keep the display version in ``--version`` and set a valid
``--numeric-version``. See Android's
`versionCode documentation <https://developer.android.com/tools/publishing/versioning>`__.
`versionCode documentation <https://developer.android.com/studio/publish/versioning>`__.
- ``--orientation``: The orientations that the app will display in.
(Available options are ``portrait``, ``landscape``, ``portrait-reverse``, ``landscape-reverse``).
Since Android ignores ``android:screenOrientation`` when in multi-window mode
Expand Down
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ def get_version():

# GitHub parses anchor tags differently to pure HTML
r"https://github.com/kivy/python-for-android/blob.*",

# Ubuntu Pastebin asks automated programs not to access the site.
r"https://pastebin\.ubuntu\.com/$",
]

# Allow redirects for URLs where we prefer to keep the original form
Expand Down
Loading