diff --git a/docs/conf.py b/docs/conf.py index 5e0bbac69..a684cc5c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ # Set the project information project = 'DSPy' author = 'DSPy Team' -version = sphinx.__display_version__ +version = 'x.y.z' # TODO: insert actual current version of DSPy # Add the extensions that Sphinx should use extensions = [ @@ -71,7 +71,7 @@ # redirects = {} gtagjs_ids = [ - 'G-BYVB1ZVE6J', # Replace with DSPy's Google Tag Manager ID if necessary + 'UA-XXXXXXX-Y', # Replace with actual DSPy's Google Tag Manager ID ] # Other configurations from LlamaIndex can be added here if needed \ No newline at end of file