���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/thietkeweb2/vendor/ip2location/ip2location-php/docs/source/ |
# Configuration file for the Sphinx documentation builder. # Read https://www.sphinx-doc.org/en/master/usage/configuration.html for more options available # import sphinx_pdj_theme # -- Project information project = 'IP2Location' copyright = '2023, IP2Location' author = 'IP2Location' release = '9.7.3' version = '9.7.3' # -- General configuration extensions = [ 'sphinx.ext.duration', 'sphinx.ext.doctest', # 'sphinx.ext.autodoc', # 'sphinx.ext.autosummary', # 'sphinx.ext.intersphinx', 'myst_parser', 'sphinx_copybutton', # "sphinxext.opengraph", ] # https://myst-parser.readthedocs.io/en/latest/syntax/optional.html myst_enable_extensions = [ # "amsmath", # "attrs_inline", "colon_fence", "deflist", # "dollarmath", "fieldlist", # "html_admonition", # "html_image", # "linkify", # "replacements", # "smartquotes", # "strikethrough", # "substitution", # "tasklist", ] # https://myst-parser.readthedocs.io/en/latest/configuration.html#setting-html-metadata # language = "en" myst_html_meta = { "description": "IP2Location PHP library enables user to query the geolocation information for an IP address.", "keywords": "IP2Location, Geolocation, IP location, PHP", "google-site-verification": "DeW6mXDyMnMt4i61ZJBNuoADPimo5266DKob7Z7d6i4", } # OpenGraph metadata # ogp_site_url = "https://ip2location-python.readthedocs.io/en/latest" # -- Options for HTML output html_theme = 'sphinx_book_theme' # PDJ theme options, see the list of available options here: https://github.com/jucacrispim/sphinx_pdj_theme/blob/master/sphinx_pdj_theme/theme.conf html_theme_options = { "use_edit_page_button": False, "use_source_button": False, "use_issues_button": False, "use_download_button": False, "use_sidenotes": False, } # The name of an image file (relative to this directory) to place at the top # of the sidebar. html_logo = 'images/ipl-logo-square-1200.png' # Favicon html_favicon = 'images/favicon.ico' html_title = "IP2Location PHP" # html_extra_path = ["googlead5f0f82eb100b8b.html"] # html_baseurl = "https://ip2location-php.readthedocs.io/en/latest/"