Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 1088)

Ticket Resolution Summary Owner Reporter
#2347 fixed sphinx problems osgeolive@… cvvergara
Description

I am finding since today the following error:

exception: cannot import name 'contextfunction' from 'jinja2'

I looked around and here they have a similar problem:

https://github.com/readthedocs/readthedocs.org/issues/9037

I tried to solve it as they recommend in the comments. Now I am getting:

Could not import extension sphinxjp.themes.revealjs (exception: cannot import name 'Directive' from 'sphinx.util.compat'

The error does not show on this PR which use a more recent sphinx version:

https://github.com/OSGeo/OSGeoLive-doc/pull/725

(links are failing but no sphinx error)

This issue will be resolved when the PR is merged

#2346 fixed Link problems osgeolive@… cvvergara
Description

All the following problems were found on march 17, 2022 Marked as TODO on doc/conf.py Here is the summary of problems (as in conf.py)

        # link changed name to https://geops.ch                                                                         
        # mostly used on the contibutors list.                                                                          
        # TODO need to verify the change is correct                                                                     
        r'https://geops.de',                                                                                            
                                                                                                                        
        # The project you're trying to access has been archived.                                                        
        # TODO Verify what happened to gmt because its for gmt_overview and gmt_quickstart                              
        r'https://gmt.soest.hawaii.edu',                                                                                
                                                                                                                        
        # TODO verify what happened to the archive                                                                      
        r'https://live.osgeo.org/archive',                                                                              
                                                                                                                        
        # currently SSL_ERROR_BAD_CERT_DOMAIN                                                                           
        # TODO remove this line when the CERT is fixed                                                                  
        r'https://www.rspatial.org',                                                                                    
                                                                                                                        
        # Leaflet moved the documentation temporarly due to the Ucrania situation                                       
        # TODO hope for the war to be over and remove this line                                                         
        r'https://leafletjs.com',                                                                                       
                                                                                                                        
                                                        
                                                                                                                        
        # Link does not exist anymore                                                                                   
        # Used in overview/liblas_overview                                                                              
        # TODO remove link from documentation                                                                           
        'https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities.html',     
                                                                                                                        
        # Link changed locations                                                                                        
        # TODO change to https://saga-gis.sourceforge.io                                                                
        r'http://www.saga-gis.org',                                                                                     
        # TODO change to https://52north.org/research/scope/geospatial-sensing/                                         
        'https://52north.org/research/research-labs/sensor-web/',                                                       
        # TODO change to https://cesium.com/learn/                                                                      
        'https://cesium.com/docs',                                                                                      
        # TODO change to https://github.com/geoext/geoext                                                               
        r'https://github.com/geoext/geoext3',                                                                           
        # TODO change to https://inspire.ec.europa.eu/validator/home/index.html                                         
        'https://inspire.ec.europa.eu/validator/about/', 
#2345 fixed Transifex changes osgeolive@… cvvergara
Description

Transifex has made many changes

  • transifex.yml file is required with more or less the following contents
git:
  filters:
    - filter_type: dir
      file_format: PO
      source_file_extension: po
      source_language: en
      source_file_dir: locale/en/LC_MESSAGES
      # path expression to translation files, must contain <lang> placeholder
      translation_files_expression: 'locale/<lang>/LC_MESSAGES'
  • the tx python client is deprecated and the new one is in go language.

This client is used to pull the translations. So the person doing the task of pulling the translations need to install the new tx client.

  • the tx/config needs to be updated for the new tx client
  • Wiki documentation of how to download translations and building the translated language to check for sphinx errors is needed
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.